Uses of Enum Class
net.minecraft.client.render.model.json.GeneratedItemModel.Side
Packages that use GeneratedItemModel.Side
-
Uses of GeneratedItemModel.Side in net.minecraft.client.render.model.json
Fields in net.minecraft.client.render.model.json declared as GeneratedItemModel.SideModifier and TypeFieldDescriptionprivate final GeneratedItemModel.SideGeneratedItemModel.class_12295.facingThe field for thefacingrecord component.Methods in net.minecraft.client.render.model.json that return GeneratedItemModel.SideModifier and TypeMethodDescriptionGeneratedItemModel.class_12295.facing()Returns the value of thefacingrecord component.static GeneratedItemModel.SideReturns the enum constant of this class with the specified name.static GeneratedItemModel.Side[]GeneratedItemModel.Side.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.render.model.json with parameters of type GeneratedItemModel.SideModifier and TypeMethodDescriptionprivate static voidGeneratedItemModel.buildCube(GeneratedItemModel.Side side, List<GeneratedItemModel.class_12295> list, SpriteContents spriteContents, int int2, int int3, int int4, int int5, int int6) Constructors in net.minecraft.client.render.model.json with parameters of type GeneratedItemModel.SideModifierConstructorDescription(package private)class_12295(GeneratedItemModel.Side facing, int x, int y) Creates an instance of aclass_12295record class.