Package net.pdevita.creeperheal2.utils
Class FindDependentBlocksBase
-
- All Implemented Interfaces:
-
net.pdevita.creeperheal2.utils.FindDependentBlocks
public class FindDependentBlocksBase implements FindDependentBlocks
-
-
Constructor Summary
Constructors Constructor Description FindDependentBlocksBase()
-
Method Summary
Modifier and Type Method Description List<Location>
getDependents(BlockState state)
LinkedList<BlockFace>
getDependentFaces(BlockState state)
List<Location>
getParents(BlockState state)
LinkedList<BlockFace>
getParentFaces(BlockState state)
-
-
Method Detail
-
getDependents
List<Location> getDependents(BlockState state)
-
getDependentFaces
LinkedList<BlockFace> getDependentFaces(BlockState state)
-
getParents
List<Location> getParents(BlockState state)
-
getParentFaces
LinkedList<BlockFace> getParentFaces(BlockState state)
-
-
-
-