Uses of Class
net.minecraft.state.properties.Half
-
Packages that use Half Package Description net.minecraft.block net.minecraft.state.properties -
-
Uses of Half in net.minecraft.block
Fields in net.minecraft.block with type parameters of type Half Modifier and Type Field Description static EnumProperty<Half>
StairsBlock. HALF
static EnumProperty<Half>
TrapDoorBlock. HALF
-
Uses of Half in net.minecraft.state.properties
Fields in net.minecraft.state.properties with type parameters of type Half Modifier and Type Field Description static EnumProperty<Half>
BlockStateProperties. HALF
Methods in net.minecraft.state.properties that return Half Modifier and Type Method Description static Half
Half. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Half[]
Half. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-