Explosion
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()