Package net.minecraft.client.model
Class ModelPart.Quad
java.lang.Object
net.minecraft.client.model.ModelPart.Quad
- Enclosing class:
- ModelPart
@Environment(CLIENT) static class ModelPart.Quad extends Object
- Mappings:
Namespace Name official edh$bintermediary net/minecraft/class_630$class_593named net/minecraft/client/model/ModelPart$Quad
-
Field Summary
Fields Modifier and Type Field Description Vec3fdirectionModelPart.Vertex[]vertices -
Constructor Summary
Constructors Constructor Description Quad(ModelPart.Vertex[] vertices, float u1, float v1, float u2, float v2, float squishU, float squishV, boolean flip, Direction direction) -
Method Summary
-
Field Details
-
vertices
- Mappings:
Namespace Name Mixin selector official aLedh$b;a:[Ledh$c;intermediary field_3502Lnet/minecraft/class_630$class_593;field_3502:[Lnet/minecraft/class_630$class_618;named verticesLnet/minecraft/client/model/ModelPart$Quad;vertices:[Lnet/minecraft/client/model/ModelPart$Vertex;
-
direction
- Mappings:
Namespace Name Mixin selector official bLedh$b;b:Lg;intermediary field_21618Lnet/minecraft/class_630$class_593;field_21618:Lnet/minecraft/class_1160;named directionLnet/minecraft/client/model/ModelPart$Quad;direction:Lnet/minecraft/util/math/Vec3f;
-
-
Constructor Details
-
Quad
public Quad(ModelPart.Vertex[] vertices, float u1, float v1, float u2, float v2, float squishU, float squishV, boolean flip, Direction direction)- Mappings:
Namespace Name Mixin selector official <init>Ledh$b;<init>([Ledh$c;FFFFFFZLgc;)Vintermediary <init>Lnet/minecraft/class_630$class_593;<init>([Lnet/minecraft/class_630$class_618;FFFFFFZLnet/minecraft/class_2350;)Vnamed <init>Lnet/minecraft/client/model/ModelPart$Quad;<init>([Lnet/minecraft/client/model/ModelPart$Vertex;FFFFFFZLnet/minecraft/util/math/Direction;)V
-