private static class ForgeHooksClient.LightGatheringTransformer extends QuadGatheringTransformer
Modifier and Type | Field and Description |
---|---|
(package private) int |
blockLight |
private static VertexFormat |
FORMAT |
(package private) int |
skyLight |
dataLength, format, parent, quadData, vertices
Modifier | Constructor and Description |
---|---|
private |
LightGatheringTransformer() |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
hasLighting() |
protected void |
processQuad() |
void |
setApplyDiffuseLighting(boolean diffuse) |
void |
setQuadOrientation(EnumFacing orientation) |
void |
setQuadTint(int tint) |
void |
setTexture(TextureAtlasSprite texture) |
getVertexFormat, put, setParent, setVertexFormat
private static final VertexFormat FORMAT
int blockLight
int skyLight
boolean hasLighting()
protected void processQuad()
processQuad
in class QuadGatheringTransformer
public void setQuadTint(int tint)
public void setQuadOrientation(EnumFacing orientation)
public void setApplyDiffuseLighting(boolean diffuse)
public void setTexture(TextureAtlasSprite texture)