Uses of Enum Class
net.minecraft.block.enums.DoorHinge
Packages that use DoorHinge
Package
Description
- 
Uses of DoorHinge in net.minecraft.blockFields in net.minecraft.block with type parameters of type DoorHingeMethods in net.minecraft.block that return DoorHinge
- 
Uses of DoorHinge in net.minecraft.block.enumsMethods in net.minecraft.block.enums that return DoorHinge
- 
Uses of DoorHinge in net.minecraft.client.dataMethods in net.minecraft.client.data that return types with arguments of type DoorHingeModifier and TypeMethodDescriptionprivate static BlockStateVariantMap.QuadrupleProperty<Direction, DoubleBlockHalf, DoorHinge, Boolean> BlockStateModelGenerator.fillDoorVariantMap(BlockStateVariantMap.QuadrupleProperty<Direction, DoubleBlockHalf, DoorHinge, Boolean> variantMap, DoubleBlockHalf targetHalf, Identifier leftHingeClosedModelId, Identifier leftHingeOpenModelId, Identifier rightHingeClosedModelId, Identifier rightHingeOpenModelId) Method parameters in net.minecraft.client.data with type arguments of type DoorHingeModifier and TypeMethodDescriptionprivate static BlockStateVariantMap.QuadrupleProperty<Direction, DoubleBlockHalf, DoorHinge, Boolean> BlockStateModelGenerator.fillDoorVariantMap(BlockStateVariantMap.QuadrupleProperty<Direction, DoubleBlockHalf, DoorHinge, Boolean> variantMap, DoubleBlockHalf targetHalf, Identifier leftHingeClosedModelId, Identifier leftHingeOpenModelId, Identifier rightHingeClosedModelId, Identifier rightHingeOpenModelId) 
- 
Uses of DoorHinge in net.minecraft.state.propertyFields in net.minecraft.state.property with type parameters of type DoorHingeModifier and TypeFieldDescriptionstatic final EnumProperty<DoorHinge> Properties.DOOR_HINGEA property that specifies whether a door's hinge is to the right or left.