Explosion

class Explosion

Constructors

Link copied to clipboard
constructor(plugin: CreeperHeal2, initialBlockList: List<Block>? = null, entities: List<Entity>? = null)
constructor(plugin: CreeperHeal2, totalBlockList: MergeableLinkedList<ExplodedBlock>, replaceList: MergeableLinkedList<ExplodedBlock>, gravityBlocks: HashSet<Location>, locations: HashMap<Location, ExplodedBlock>, boundary: Boundary? = null, replaceCounter: Int, entities: MergeableLinkedList<ExplodedEntity>)
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val gravityBlocks: HashSet<Location>
Link copied to clipboard
var isAdded: Mutex
Link copied to clipboard
Link copied to clipboard
lateinit var plugin: CreeperHeal2
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun cancel()
Link copied to clipboard
operator fun plus(other: Explosion): Explosion
Link copied to clipboard