Uses of Enum Class
net.minecraft.client.render.model.CubeFace.CornerCoord
Packages that use CubeFace.CornerCoord
-
Uses of CubeFace.CornerCoord in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model declared as CubeFace.CornerCoordModifier and TypeFieldDescriptionprivate final CubeFace.CornerCoordCubeFace.Corner.xSideThe field for thexSiderecord component.private final CubeFace.CornerCoordCubeFace.Corner.ySideThe field for theySiderecord component.private final CubeFace.CornerCoordCubeFace.Corner.zSideThe field for thezSiderecord component.Methods in net.minecraft.client.render.model that return CubeFace.CornerCoordModifier and TypeMethodDescriptionstatic CubeFace.CornerCoordReturns the enum constant of this class with the specified name.static CubeFace.CornerCoord[]CubeFace.CornerCoord.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.CornerCoordModifierConstructorDescriptionCorner(CubeFace.CornerCoord xSide, CubeFace.CornerCoord ySide, CubeFace.CornerCoord zSide) Creates an instance of aCornerrecord class.