Uses of Record Class
net.minecraft.client.model.ModelPart.Vertex
Packages that use ModelPart.Vertex
-
Uses of ModelPart.Vertex in net.minecraft.client.model
Fields in net.minecraft.client.model declared as ModelPart.VertexModifier and TypeFieldDescriptionprivate final ModelPart.Vertex[]ModelPart.Quad.verticesThe field for theverticesrecord component.Methods in net.minecraft.client.model that return ModelPart.VertexModifier and TypeMethodDescriptionModelPart.Vertex.remap(float u, float v) ModelPart.Quad.vertices()Returns the value of theverticesrecord component.Constructors in net.minecraft.client.model with parameters of type ModelPart.VertexModifierConstructorDescriptionQuad(ModelPart.Vertex[] vertices, float u1, float v1, float u2, float v2, float squishU, float squishV, boolean flip, Direction direction) Quad(ModelPart.Vertex[] vertex, Vector3f vector3f)