Uses of Class
net.minecraft.block.enums.BlockHalf
Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.block.enums | |
net.minecraft.state.property |
-
Uses of BlockHalf in net.minecraft.block
Fields in net.minecraft.block with type parameters of type BlockHalf Modifier and Type Field Description static EnumProperty<BlockHalf>
StairsBlock. HALF
static EnumProperty<BlockHalf>
TrapdoorBlock. HALF
-
Uses of BlockHalf in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return BlockHalf Modifier and Type Method Description static BlockHalf
BlockHalf. valueOf(String name)
Returns the enum constant of this type with the specified name.static BlockHalf[]
BlockHalf. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BlockHalf in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type BlockHalf Modifier and Type Field Description static EnumProperty<BlockHalf>
Properties. BLOCK_HALF
A property that specifies if a block is the upper or lower half.