Package net.pdevita.creeperheal2.utils
Object BigDripLeafStem
-
- All Implemented Interfaces:
-
net.pdevita.creeperheal2.utils.FindDependentBlocks
public class BigDripLeafStem extends FindDependentBlocksBase
-
-
Field Summary
Fields Modifier and Type Field Description public final static BigDripLeafStem
INSTANCE
-
Method Summary
Modifier and Type Method Description LinkedList<BlockFace>
getDependentFaces(BlockState state)
LinkedList<BlockFace>
getParentFaces(BlockState state)
-
-
Method Detail
-
getDependentFaces
LinkedList<BlockFace> getDependentFaces(BlockState state)
-
getParentFaces
LinkedList<BlockFace> getParentFaces(BlockState state)
-
-
-
-