Uses of Enum Class
net.minecraft.client.render.model.CubeFace.class_12350
Packages that use CubeFace.class_12350
-
Uses of CubeFace.class_12350 in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as CubeFace.class_12350Modifier and TypeFieldDescriptionprivate final CubeFace.class_12350CubeFace.Corner.xSideThe field for thexSiderecord component.private final CubeFace.class_12350CubeFace.Corner.ySideThe field for theySiderecord component.private final CubeFace.class_12350CubeFace.Corner.zSideThe field for thezSiderecord component.Methods in net.minecraft.client.render.model that return CubeFace.class_12350Modifier and TypeMethodDescriptionstatic CubeFace.class_12350Returns the enum constant of this class with the specified name.static CubeFace.class_12350[]CubeFace.class_12350.values()Returns an array containing the constants of this enum class, in the order they are declared.CubeFace.Corner.xSide()Returns the value of thexSiderecord component.CubeFace.Corner.ySide()Returns the value of theySiderecord component.CubeFace.Corner.zSide()Returns the value of thezSiderecord component.Constructors in net.minecraft.client.render.model with parameters of type CubeFace.class_12350ModifierConstructorDescriptionCorner(CubeFace.class_12350 xSide, CubeFace.class_12350 ySide, CubeFace.class_12350 zSide) Creates an instance of aCornerrecord class.