Uses of Enum Class
net.minecraft.block.enums.DoubleBlockHalf
Package
Description
-
Uses of DoubleBlockHalf in net.minecraft.block
Modifier and TypeFieldDescriptionstatic EnumProperty<DoubleBlockHalf>
DoorBlock.HALF
static EnumProperty<DoubleBlockHalf>
TallPlantBlock.HALF
static EnumProperty<DoubleBlockHalf>
TallSeagrassBlock.HALF
-
Uses of DoubleBlockHalf in net.minecraft.block.enums
Modifier and TypeMethodDescriptionstatic DoubleBlockHalf
Returns the enum constant of this class with the specified name.static DoubleBlockHalf[]
DoubleBlockHalf.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DoubleBlockHalf in net.minecraft.data.client.model
Modifier and TypeMethodDescriptionprivate static BlockStateVariantMap.QuadrupleProperty<Direction,DoubleBlockHalf,DoorHinge,Boolean>
BlockStateModelGenerator.fillDoorVariantMap(BlockStateVariantMap.QuadrupleProperty<Direction,DoubleBlockHalf,DoorHinge,Boolean> variantMap, DoubleBlockHalf targetHalf, Identifier regularModel, Identifier hingeModel)
Modifier and TypeMethodDescriptionprivate static BlockStateVariantMap.QuadrupleProperty<Direction,DoubleBlockHalf,DoorHinge,Boolean>
BlockStateModelGenerator.fillDoorVariantMap(BlockStateVariantMap.QuadrupleProperty<Direction,DoubleBlockHalf,DoorHinge,Boolean> variantMap, DoubleBlockHalf targetHalf, Identifier regularModel, Identifier hingeModel)
Modifier and TypeMethodDescriptionprivate static BlockStateVariantMap.QuadrupleProperty<Direction,DoubleBlockHalf,DoorHinge,Boolean>
BlockStateModelGenerator.fillDoorVariantMap(BlockStateVariantMap.QuadrupleProperty<Direction,DoubleBlockHalf,DoorHinge,Boolean> variantMap, DoubleBlockHalf targetHalf, Identifier regularModel, Identifier hingeModel)
-
Uses of DoubleBlockHalf in net.minecraft.state.property
Modifier and TypeFieldDescriptionstatic EnumProperty<DoubleBlockHalf>
Properties.DOUBLE_BLOCK_HALF
A property that specifies whether a double height block is the upper or lower half.