Uses of Enum Class
net.minecraft.block.enums.DoorHinge
Package
Description
-
Uses of DoorHinge in net.minecraft.block
Modifier and TypeMethodDescriptionprivate DoorHinge
DoorBlock.getHinge(ItemPlacementContext ctx)
-
Uses of DoorHinge in net.minecraft.block.enums
-
Uses of DoorHinge 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)
-
Uses of DoorHinge in net.minecraft.state.property
Modifier and TypeFieldDescriptionstatic EnumProperty<DoorHinge>
Properties.DOOR_HINGE
A property that specifies whether a door's hinge is to the right or left.