@Environment(value=CLIENT) public class BakedQuad extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
colorIndex |
protected Direction |
face |
private boolean |
shade |
protected Sprite |
sprite |
protected int[] |
vertexData |
Constructor and Description |
---|
BakedQuad(int[] vertexData,
int colorIndex,
Direction face,
Sprite sprite,
boolean shade) |
Modifier and Type | Method and Description |
---|---|
int |
getColorIndex() |
Direction |
getFace() |
int[] |
getVertexData() |
boolean |
hasColor() |
boolean |
hasShade() |
protected final int[] vertexData
protected final int colorIndex
protected final Direction face
protected final Sprite sprite
private final boolean shade
public int[] getVertexData()
public boolean hasColor()
public int getColorIndex()
public Direction getFace()
public boolean hasShade()