Uses of Enum Class
net.minecraft.block.enums.BlockFace
Packages that use BlockFace
-
Uses of BlockFace in net.minecraft.block
Fields in net.minecraft.block with type parameters of type BlockFace -
Uses of BlockFace in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return BlockFace -
Uses of BlockFace in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type BlockFaceModifier and TypeFieldDescriptionstatic final EnumProperty
<BlockFace> Properties.BLOCK_FACE
A property that specifies the block face a block is attached to.