Uses of Enum Class
net.minecraft.block.enums.BlockFace
Packages that use BlockFace
Package
Description
- 
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_FACEA property that specifies the block face a block is attached to. - 
Uses of BlockFace in net.minecraft.util.shape
Methods in net.minecraft.util.shape that return types with arguments of type BlockFaceModifier and TypeMethodDescriptionstatic Map<BlockFace, Map<Direction, VoxelShape>> VoxelShapes.createBlockFaceHorizontalFacingShapeMap(VoxelShape shape)