Uses of Enum Class
net.minecraft.state.properties.DoorHingeSide
Packages that use DoorHingeSide
- 
Uses of DoorHingeSide in net.minecraft.blockFields in net.minecraft.block with type parameters of type DoorHingeSideMethods in net.minecraft.block that return DoorHingeSideModifier and TypeMethodDescriptionprivate DoorHingeSideDoorBlock.getHinge(BlockItemUseContext p_208073_1_) 
- 
Uses of DoorHingeSide in net.minecraft.dataMethods in net.minecraft.data that return types with arguments of type DoorHingeSideModifier 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_) Method parameters in net.minecraft.data with type arguments of type DoorHingeSideModifier 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.propertiesFields in net.minecraft.state.properties with type parameters of type DoorHingeSideModifier and TypeFieldDescriptionstatic final EnumProperty<DoorHingeSide>BlockStateProperties.DOOR_HINGEMethods in net.minecraft.state.properties that return DoorHingeSideModifier and TypeMethodDescriptionstatic DoorHingeSideReturns 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.