Class BakedQuad
java.lang.Object
net.minecraft.client.render.model.BakedQuad
@Environment(CLIENT) public class BakedQuad extends Object
-
Field Summary
Fields Modifier and Type Field Description protected intcolorIndexprotected Directionfaceprivate booleanshadeprotected Spritespriteprotected int[]vertexData -
Constructor Summary
-
Method Summary
Modifier and Type Method Description intgetColorIndex()DirectiongetFace()int[]getVertexData()booleanhasColor()booleanhasShade()
-
Field Details
-
vertexData
protected final int[] vertexData -
colorIndex
protected final int colorIndex -
face
-
sprite
-
shade
private final boolean shade
-
-
Constructor Details
-
BakedQuad
-
-
Method Details
-
getVertexData
public int[] getVertexData() -
hasColor
public boolean hasColor() -
getColorIndex
public int getColorIndex() -
getFace
-
hasShade
public boolean hasShade()
-