Uses of Record Class
net.minecraft.client.model.ModelPart.Vertex
-
Uses of ModelPart.Vertex in net.minecraft.client.model
Modifier and TypeFieldDescriptionprivate final ModelPart.Vertex[]
ModelPart.Quad.vertices
The field for thevertices
record component.Modifier and TypeMethodDescriptionModelPart.Vertex.remap
(float u, float v) ModelPart.Quad.vertices()
Returns the value of thevertices
record component.ModifierConstructorDescriptionQuad
(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)