Package net.pdevita.creeperheal2.utils
Interface FindDependentBlocks
-
- All Implemented Interfaces:
public interface FindDependentBlocks
-
-
Method Summary
Modifier and Type Method Description abstract List<Location>
getDependents(BlockState state)
abstract LinkedList<BlockFace>
getDependentFaces(BlockState state)
abstract List<Location>
getParents(BlockState state)
abstract LinkedList<BlockFace>
getParentFaces(BlockState state)
-
-
Method Detail
-
getDependents
abstract List<Location> getDependents(BlockState state)
-
getDependentFaces
abstract LinkedList<BlockFace> getDependentFaces(BlockState state)
-
getParents
abstract List<Location> getParents(BlockState state)
-
getParentFaces
abstract LinkedList<BlockFace> getParentFaces(BlockState state)
-
-
-
-