Package net.pdevita.creeperheal2.utils
Object Door
-
- All Implemented Interfaces:
-
net.pdevita.creeperheal2.utils.FindDependentBlocks
public class Door extends FindDependentBlocksBase
-
-
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)
-
-
-
-