Uses of Class
net.minecraft.state.properties.DoubleBlockHalf
-
Packages that use DoubleBlockHalf Package Description net.minecraft.block net.minecraft.data net.minecraft.state.properties -
-
Uses of DoubleBlockHalf in net.minecraft.block
Fields in net.minecraft.block with type parameters of type DoubleBlockHalf Modifier and Type Field Description static EnumProperty<DoubleBlockHalf>
DoorBlock. HALF
static EnumProperty<DoubleBlockHalf>
DoublePlantBlock. HALF
static EnumProperty<DoubleBlockHalf>
TallSeaGrassBlock. HALF
-
Uses of DoubleBlockHalf in net.minecraft.data
Methods in net.minecraft.data that return types with arguments of type DoubleBlockHalf Modifier and Type Method Description private static BlockStateVariantBuilder.Four<Direction,DoubleBlockHalf,DoorHingeSide,java.lang.Boolean>
BlockModelProvider. configureDoorHalf(BlockStateVariantBuilder.Four<Direction,DoubleBlockHalf,DoorHingeSide,java.lang.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 DoubleBlockHalf Modifier and Type Method Description private static BlockStateVariantBuilder.Four<Direction,DoubleBlockHalf,DoorHingeSide,java.lang.Boolean>
BlockModelProvider. configureDoorHalf(BlockStateVariantBuilder.Four<Direction,DoubleBlockHalf,DoorHingeSide,java.lang.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 DoubleBlockHalf Modifier and Type Method Description private static BlockStateVariantBuilder.Four<Direction,DoubleBlockHalf,DoorHingeSide,java.lang.Boolean>
BlockModelProvider. configureDoorHalf(BlockStateVariantBuilder.Four<Direction,DoubleBlockHalf,DoorHingeSide,java.lang.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 DoubleBlockHalf Modifier and Type Field Description static EnumProperty<DoubleBlockHalf>
BlockStateProperties. DOUBLE_BLOCK_HALF
Methods in net.minecraft.state.properties that return DoubleBlockHalf Modifier and Type Method Description static DoubleBlockHalf
DoubleBlockHalf. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DoubleBlockHalf[]
DoubleBlockHalf. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-