Uses of Enum Class
net.minecraft.world.level.block.state.properties.DoorHingeSide
Package
Description
-
Uses of DoorHingeSide in net.minecraft.data.models
Modifier and TypeMethodDescriptionprivate static PropertyDispatch.C4<Direction,
DoubleBlockHalf, DoorHingeSide, Boolean> BlockModelGenerators.configureDoorHalf
(PropertyDispatch.C4<Direction, DoubleBlockHalf, DoorHingeSide, Boolean> p_124651_, DoubleBlockHalf p_124652_, ResourceLocation p_124653_, ResourceLocation p_124654_) Modifier and TypeMethodDescriptionprivate static PropertyDispatch.C4<Direction,
DoubleBlockHalf, DoorHingeSide, Boolean> BlockModelGenerators.configureDoorHalf
(PropertyDispatch.C4<Direction, DoubleBlockHalf, DoorHingeSide, Boolean> p_124651_, DoubleBlockHalf p_124652_, ResourceLocation p_124653_, ResourceLocation p_124654_) -
Uses of DoorHingeSide in net.minecraft.world.level.block
Modifier and TypeMethodDescriptionprivate DoorHingeSide
DoorBlock.getHinge
(BlockPlaceContext p_52805_) -
Uses of DoorHingeSide in net.minecraft.world.level.block.state.properties
Modifier and TypeFieldDescriptionstatic final EnumProperty<DoorHingeSide>
BlockStateProperties.DOOR_HINGE
Modifier 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.