Uses of Enum Class
net.minecraft.client.renderer.FaceInfo.Extent
Packages that use FaceInfo.Extent
-
Uses of FaceInfo.Extent in net.minecraft.client.renderer
Subclasses with type arguments of type FaceInfo.Extent in net.minecraft.client.rendererFields in net.minecraft.client.renderer declared as FaceInfo.ExtentModifier and TypeFieldDescriptionprivate final FaceInfo.ExtentFaceInfo.VertexInfo.xFaceThe field for thexFacerecord component.private final FaceInfo.ExtentFaceInfo.VertexInfo.yFaceThe field for theyFacerecord component.private final FaceInfo.ExtentFaceInfo.VertexInfo.zFaceThe field for thezFacerecord component.Methods in net.minecraft.client.renderer that return FaceInfo.ExtentModifier and TypeMethodDescriptionstatic FaceInfo.ExtentReturns the enum constant of this class with the specified name.static FaceInfo.Extent[]FaceInfo.Extent.values()Returns an array containing the constants of this enum class, in the order they are declared.FaceInfo.VertexInfo.xFace()Returns the value of thexFacerecord component.FaceInfo.VertexInfo.yFace()Returns the value of theyFacerecord component.FaceInfo.VertexInfo.zFace()Returns the value of thezFacerecord component.Constructors in net.minecraft.client.renderer with parameters of type FaceInfo.ExtentModifierConstructorDescriptionVertexInfo(FaceInfo.Extent xFace, FaceInfo.Extent yFace, FaceInfo.Extent zFace) Creates an instance of aVertexInforecord class.