Uses of Class
net.minecraft.block.enums.DoorHinge
Package | Description |
---|---|
net.minecraft.block | |
net.minecraft.block.enums | |
net.minecraft.data.client.model | |
net.minecraft.state.property |
-
Uses of DoorHinge in net.minecraft.block
Fields in net.minecraft.block with type parameters of type DoorHinge Modifier and Type Field Description static EnumProperty<DoorHinge>
DoorBlock. HINGE
Methods in net.minecraft.block that return DoorHinge Modifier and Type Method Description private DoorHinge
DoorBlock. getHinge(ItemPlacementContext ctx)
-
Uses of DoorHinge in net.minecraft.block.enums
Methods in net.minecraft.block.enums that return DoorHinge Modifier and Type Method Description static DoorHinge
DoorHinge. valueOf(String name)
Returns the enum constant of this type with the specified name.static DoorHinge[]
DoorHinge. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DoorHinge in net.minecraft.data.client.model
Methods in net.minecraft.data.client.model that return types with arguments of type DoorHinge Modifier and Type Method Description private static BlockStateVariantMap.QuadrupleProperty<Direction,DoubleBlockHalf,DoorHinge,Boolean>
BlockStateModelGenerator. fillDoorVariantMap(BlockStateVariantMap.QuadrupleProperty<Direction,DoubleBlockHalf,DoorHinge,Boolean> variantMap, DoubleBlockHalf targetHalf, Identifier regularModel, Identifier hingeModel)
Method parameters in net.minecraft.data.client.model with type arguments of type DoorHinge Modifier and Type Method Description private static BlockStateVariantMap.QuadrupleProperty<Direction,DoubleBlockHalf,DoorHinge,Boolean>
BlockStateModelGenerator. fillDoorVariantMap(BlockStateVariantMap.QuadrupleProperty<Direction,DoubleBlockHalf,DoorHinge,Boolean> variantMap, DoubleBlockHalf targetHalf, Identifier regularModel, Identifier hingeModel)
-
Uses of DoorHinge in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type DoorHinge Modifier and Type Field Description static EnumProperty<DoorHinge>
Properties. DOOR_HINGE
A property that specifies whether a door's hinge is to the right or left.