Uses of Enum Class
net.minecraft.world.level.block.state.properties.DoorHingeSide
Packages that use DoorHingeSide
Package
Description
-
Uses of DoorHingeSide in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type DoorHingeSideMethods in net.minecraft.world.level.block that return DoorHingeSideModifier and TypeMethodDescriptionprivate DoorHingeSide
DoorBlock.getHinge
(BlockPlaceContext p_52805_) -
Uses of DoorHingeSide in net.minecraft.world.level.block.state.properties
Fields in net.minecraft.world.level.block.state.properties with type parameters of type DoorHingeSideModifier and TypeFieldDescriptionstatic final EnumProperty
<DoorHingeSide> BlockStateProperties.DOOR_HINGE
Methods in net.minecraft.world.level.block.state.properties that return DoorHingeSideModifier and TypeMethodDescriptionstatic DoorHingeSide
Returns the enum constant of this class with the specified name.static DoorHingeSide[]
DoorHingeSide.values()
Returns an array containing the constants of this enum class, in the order they are declared.