Package net.pdevita.creeperheal2.utils
Interface FindDependentBlock
-
- All Implemented Interfaces:
public interface FindDependentBlock
-
-
Method Summary
Modifier and Type Method Description abstract Location
reorient(BlockState state)
abstract BlockFace
getBlockFace(BlockState state)
-
-
Method Detail
-
reorient
abstract Location reorient(BlockState state)
-
getBlockFace
abstract BlockFace getBlockFace(BlockState state)
-
-
-
-