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