Uses of Class
net.minecraft.client.model.ModelPart.Vertex
Package | Description |
---|---|
net.minecraft.client.model |
-
Uses of ModelPart.Vertex in net.minecraft.client.model
Fields in net.minecraft.client.model declared as ModelPart.Vertex Modifier and Type Field Description ModelPart.Vertex[]
ModelPart.Quad. vertices
Methods in net.minecraft.client.model that return ModelPart.Vertex Modifier and Type Method Description ModelPart.Vertex
ModelPart.Vertex. remap(float u, float v)
Constructors in net.minecraft.client.model with parameters of type ModelPart.Vertex Constructor Description Quad(ModelPart.Vertex[] vertices, float u1, float v1, float u2, float v2, float squishU, float squishV, boolean flip, Direction direction)