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 int
colorIndex
protected Direction
face
private boolean
shade
protected Sprite
sprite
protected int[]
vertexData
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description int
getColorIndex()
Direction
getFace()
int[]
getVertexData()
boolean
hasColor()
boolean
hasShade()
-
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()
-