Uses of Enum Class
net.minecraft.block.enums.BlockHalf
Packages that use BlockHalf
-
Uses of BlockHalf in net.minecraft.block
Fields in net.minecraft.block with type parameters of type BlockHalfModifier and TypeFieldDescriptionstatic final EnumProperty
<BlockHalf> StairsBlock.HALF
static final EnumProperty
<BlockHalf> TrapdoorBlock.HALF
-
Uses of BlockHalf in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return BlockHalf -
Uses of BlockHalf in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type BlockHalfModifier and TypeFieldDescriptionstatic final EnumProperty
<BlockHalf> Properties.BLOCK_HALF
A property that specifies if a block is the upper or lower half.