net.minecraft.client.renderer.block.model

public class BakedQuad

gms
net.minecraft.client.renderer.block.model.BakedQuad
net.minecraft.class_777
net.minecraft.client.render.model.BakedQuad

Field summary

Modifier and TypeField
protected final int[]
a
vertices
field_4175
vertexData
protected final int
b
tintIndex
field_4174
colorIndex
protected final Direction
c
direction
field_4173
face
protected final TextureAtlasSprite
d
sprite
field_4176
sprite
private final boolean
e
shade
field_22441
shade
private final int
f
lightEmission
field_53158
lightEmission

Constructor summary

ModifierConstructor
public (int[] vertexData, int colorIndex, Direction face, TextureAtlasSprite sprite, boolean shade, int lightEmission)

Method summary

Modifier and TypeMethod
public TextureAtlasSprite
a()
getSprite()
method_35788()
getSprite()
public int[]
b()
getVertices()
method_3357()
getVertexData()
public boolean
c()
isTinted()
method_3360()
hasColor()
public int
d()
getTintIndex()
method_3359()
getColorIndex()
public Direction
e()
getDirection()
method_3358()
getFace()
public boolean
f()
isShade()
method_24874()
hasShade()
public int
g()
getLightEmission()
method_62324()
getLightEmission()