Uses of Enum Class
net.minecraft.state.properties.DoorHingeSide
-
Uses of DoorHingeSide in net.minecraft.block
Modifier and TypeMethodDescriptionprivate DoorHingeSide
DoorBlock.getHinge
(BlockItemUseContext p_208073_1_) -
Uses of DoorHingeSide in net.minecraft.data
Modifier and TypeMethodDescriptionprivate static BlockStateVariantBuilder.Four<Direction,
DoubleBlockHalf, DoorHingeSide, Boolean> BlockModelProvider.configureDoorHalf
(BlockStateVariantBuilder.Four<Direction, DoubleBlockHalf, DoorHingeSide, Boolean> p_239903_0_, DoubleBlockHalf p_239903_1_, ResourceLocation p_239903_2_, ResourceLocation p_239903_3_) Modifier and TypeMethodDescriptionprivate static BlockStateVariantBuilder.Four<Direction,
DoubleBlockHalf, DoorHingeSide, Boolean> BlockModelProvider.configureDoorHalf
(BlockStateVariantBuilder.Four<Direction, DoubleBlockHalf, DoorHingeSide, Boolean> p_239903_0_, DoubleBlockHalf p_239903_1_, ResourceLocation p_239903_2_, ResourceLocation p_239903_3_) -
Uses of DoorHingeSide in net.minecraft.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.