FindDependentBlocks

Functions

Link copied to clipboard
abstract fun getDependentFaces(state: BlockState): LinkedList<BlockFace>?
Link copied to clipboard
abstract fun getDependents(state: BlockState): List<Location>?
Link copied to clipboard
abstract fun getParentFaces(state: BlockState): LinkedList<BlockFace>?
Link copied to clipboard
abstract fun getParents(state: BlockState): List<Location>?