Uses of Enum Class
net.minecraft.state.properties.DoubleBlockHalf
Packages that use DoubleBlockHalf
-
Uses of DoubleBlockHalf in net.minecraft.block
Fields in net.minecraft.block with type parameters of type DoubleBlockHalfModifier 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.data
Methods in net.minecraft.data that return types with arguments of type DoubleBlockHalfModifier and TypeMethodDescriptionprivate static BlockStateVariantBuilder.Four<Direction,
DoubleBlockHalf, DoorHingeSide, Boolean> BlockModelProvider.configureDoorHalf
(BlockStateVariantBuilder.Four<Direction, DoubleBlockHalf, DoorHingeSide, Boolean> p_239903_0_, DoubleBlockHalf p_239903_1_, ResourceLocation p_239903_2_, ResourceLocation p_239903_3_) Methods in net.minecraft.data with parameters of type DoubleBlockHalfModifier and TypeMethodDescriptionprivate static BlockStateVariantBuilder.Four<Direction,
DoubleBlockHalf, DoorHingeSide, Boolean> BlockModelProvider.configureDoorHalf
(BlockStateVariantBuilder.Four<Direction, DoubleBlockHalf, DoorHingeSide, Boolean> p_239903_0_, DoubleBlockHalf p_239903_1_, ResourceLocation p_239903_2_, ResourceLocation p_239903_3_) Method parameters in net.minecraft.data with type arguments of type DoubleBlockHalfModifier and TypeMethodDescriptionprivate static BlockStateVariantBuilder.Four<Direction,
DoubleBlockHalf, DoorHingeSide, Boolean> BlockModelProvider.configureDoorHalf
(BlockStateVariantBuilder.Four<Direction, DoubleBlockHalf, DoorHingeSide, Boolean> p_239903_0_, DoubleBlockHalf p_239903_1_, ResourceLocation p_239903_2_, ResourceLocation p_239903_3_) -
Uses of DoubleBlockHalf in net.minecraft.state.properties
Fields in net.minecraft.state.properties with type parameters of type DoubleBlockHalfModifier and TypeFieldDescriptionstatic final EnumProperty<DoubleBlockHalf>
BlockStateProperties.DOUBLE_BLOCK_HALF
Methods in net.minecraft.state.properties that return DoubleBlockHalfModifier 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.