Class BakedQuad
java.lang.Object
net.minecraft.client.render.model.BakedQuad
- Direct Known Subclasses:
class_1073
@Environment(CLIENT) public class BakedQuad extends Object
- Mappings:
Namespace Name official bggintermediary net/minecraft/class_1055named net/minecraft/client/render/model/BakedQuad
-
Field Summary
Fields Modifier and Type Field Description protected intcolorIndexprotected Directiondirectionprotected int[]vertexData -
Constructor Summary
-
Method Summary
Modifier and Type Method Description intgetColorIndex()DirectiongetFace()int[]getVertexData()booleanhasColor()
-
Field Details
-
vertexData
protected final int[] vertexData- Mappings:
Namespace Name Mixin selector official aLbgg;a:[Iintermediary field_4559Lnet/minecraft/class_1055;field_4559:[Inamed vertexDataLnet/minecraft/client/render/model/BakedQuad;vertexData:[I
-
colorIndex
protected final int colorIndex- Mappings:
Namespace Name Mixin selector official bLbgg;b:Iintermediary field_4560Lnet/minecraft/class_1055;field_4560:Inamed colorIndexLnet/minecraft/client/render/model/BakedQuad;colorIndex:I
-
direction
- Mappings:
Namespace Name Mixin selector official cLbgg;c:Lcq;intermediary field_4561Lnet/minecraft/class_1055;field_4561:Lnet/minecraft/class_1383;named directionLnet/minecraft/client/render/model/BakedQuad;direction:Lnet/minecraft/util/math/Direction;
-
-
Constructor Details
-
BakedQuad
- Mappings:
Namespace Name Mixin selector official <init>Lbgg;<init>([IILcq;)Vintermediary <init>Lnet/minecraft/class_1055;<init>([IILnet/minecraft/class_1383;)Vnamed <init>Lnet/minecraft/client/render/model/BakedQuad;<init>([IILnet/minecraft/util/math/Direction;)V
-
-
Method Details
-
getVertexData
public int[] getVertexData()- Mappings:
Namespace Name Mixin selector official aLbgg;a()[Iintermediary method_3620Lnet/minecraft/class_1055;method_3620()[Inamed getVertexDataLnet/minecraft/client/render/model/BakedQuad;getVertexData()[I
-
hasColor
public boolean hasColor()- Mappings:
Namespace Name Mixin selector official bLbgg;b()Zintermediary method_3621Lnet/minecraft/class_1055;method_3621()Znamed hasColorLnet/minecraft/client/render/model/BakedQuad;hasColor()Z
-
getColorIndex
public int getColorIndex()- Mappings:
Namespace Name Mixin selector official cLbgg;c()Iintermediary method_3622Lnet/minecraft/class_1055;method_3622()Inamed getColorIndexLnet/minecraft/client/render/model/BakedQuad;getColorIndex()I
-
getFace
- Mappings:
Namespace Name Mixin selector official dLbgg;d()Lcq;intermediary method_3623Lnet/minecraft/class_1055;method_3623()Lnet/minecraft/class_1383;named getFaceLnet/minecraft/client/render/model/BakedQuad;getFace()Lnet/minecraft/util/math/Direction;
-