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