Uses of Enum Class
net.minecraft.world.level.block.state.properties.DoubleBlockHalf
Package
Description
-
Uses of DoubleBlockHalf in net.minecraft.data.models
Modifier and TypeMethodDescriptionprivate static PropertyDispatch.C4<Direction,
DoubleBlockHalf, DoorHingeSide, Boolean> BlockModelGenerators.configureDoorHalf
(PropertyDispatch.C4<Direction, DoubleBlockHalf, DoorHingeSide, Boolean> p_236305_, DoubleBlockHalf p_236306_, ResourceLocation p_236307_, ResourceLocation p_236308_, ResourceLocation p_236309_, ResourceLocation p_236310_) Modifier and TypeMethodDescriptionprivate static PropertyDispatch.C4<Direction,
DoubleBlockHalf, DoorHingeSide, Boolean> BlockModelGenerators.configureDoorHalf
(PropertyDispatch.C4<Direction, DoubleBlockHalf, DoorHingeSide, Boolean> p_236305_, DoubleBlockHalf p_236306_, ResourceLocation p_236307_, ResourceLocation p_236308_, ResourceLocation p_236309_, ResourceLocation p_236310_) Modifier and TypeMethodDescriptionprivate static PropertyDispatch.C4<Direction,
DoubleBlockHalf, DoorHingeSide, Boolean> BlockModelGenerators.configureDoorHalf
(PropertyDispatch.C4<Direction, DoubleBlockHalf, DoorHingeSide, Boolean> p_236305_, DoubleBlockHalf p_236306_, ResourceLocation p_236307_, ResourceLocation p_236308_, ResourceLocation p_236309_, ResourceLocation p_236310_) -
Uses of DoubleBlockHalf in net.minecraft.world.level.block
Modifier and TypeFieldDescriptionstatic final EnumProperty<DoubleBlockHalf>
DoorBlock.HALF
static final EnumProperty<DoubleBlockHalf>
DoublePlantBlock.HALF
static final EnumProperty<DoubleBlockHalf>
TallSeagrassBlock.HALF
-
Uses of DoubleBlockHalf in net.minecraft.world.level.block.state.properties
Modifier and TypeFieldDescriptionstatic final EnumProperty<DoubleBlockHalf>
BlockStateProperties.DOUBLE_BLOCK_HALF
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.