Uses of Enum Class
net.minecraft.world.level.block.state.properties.DoorHingeSide
Packages that use DoorHingeSide
Package
Description
- 
Uses of DoorHingeSide in net.minecraft.data.modelsMethods in net.minecraft.data.models that return types with arguments of type DoorHingeSideModifier and TypeMethodDescriptionprivate static PropertyDispatch.C4<Direction,DoubleBlockHalf, DoorHingeSide, Boolean> BlockModelGenerators.configureDoorHalf(PropertyDispatch.C4<Direction, DoubleBlockHalf, DoorHingeSide, Boolean> p_236305_, DoubleBlockHalf p_236306_, ResourceLocation p_236307_, ResourceLocation p_236308_, ResourceLocation p_236309_, ResourceLocation p_236310_) Method parameters in net.minecraft.data.models with type arguments of type DoorHingeSideModifier and TypeMethodDescriptionprivate static PropertyDispatch.C4<Direction,DoubleBlockHalf, DoorHingeSide, Boolean> BlockModelGenerators.configureDoorHalf(PropertyDispatch.C4<Direction, DoubleBlockHalf, DoorHingeSide, Boolean> p_236305_, DoubleBlockHalf p_236306_, ResourceLocation p_236307_, ResourceLocation p_236308_, ResourceLocation p_236309_, ResourceLocation p_236310_) 
- 
Uses of DoorHingeSide in net.minecraft.world.level.blockFields in net.minecraft.world.level.block with type parameters of type DoorHingeSideMethods in net.minecraft.world.level.block that return DoorHingeSideModifier and TypeMethodDescriptionprivate DoorHingeSideDoorBlock.getHinge(BlockPlaceContext p_52805_) 
- 
Uses of DoorHingeSide in net.minecraft.world.level.block.state.propertiesFields in net.minecraft.world.level.block.state.properties with type parameters of type DoorHingeSideModifier and TypeFieldDescriptionstatic final EnumProperty<DoorHingeSide>BlockStateProperties.DOOR_HINGEMethods in net.minecraft.world.level.block.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.