Package net.pdevita.creeperheal2.core
Class GravityExplodedBlock
-
- All Implemented Interfaces:
public final class GravityExplodedBlock extends SideExplodedBlock
-
-
Field Summary
Fields Modifier and Type Field Description private ArrayList<ExplodedBlock>
dependencies
private final BlockState
state
-
Constructor Summary
Constructors Constructor Description GravityExplodedBlock(Explosion explosion, BlockState state)
-
Method Summary
Modifier and Type Method Description Location
getParentBlockLocation()
-
Methods inherited from class net.pdevita.creeperheal2.core.ExplodedBlock
canBePlaced, dependsOn, findDependentBlocks, getDependencies, getState, parentWasPlaced, placeBlock, relinkExplosion, setDependencies
-
Methods inherited from class net.pdevita.creeperheal2.core.SideExplodedBlock
addToParents, parentInExplosion
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
GravityExplodedBlock
GravityExplodedBlock(Explosion explosion, BlockState state)
-
-
Method Detail
-
getParentBlockLocation
Location getParentBlockLocation()
-
-
-
-