net.minecraft.client.render.vertex

public class TesselatorState

bmi
net.minecraft.class_1863
net.minecraft.client.render.vertex.TesselatorState
net.minecraft.client.shader.TesselatorVertexState

Field summary

Modifier and TypeField
private int[]
a
field_7991
buffer
rawBuffer
private int
b
field_7992
index
rawBufferIndex
private int
c
field_7993
vertexCount
vertexCount
private boolean
d
field_7994
textured
hasTexture
private boolean
e
field_7995
hasBrightness
hasBrightness
private boolean
f
field_7996
hasNormals
hasNormals
private boolean
g
field_7997
colored
hasColor

Constructor summary

ModifierConstructor
public (int[] buffer, int index, int vertexCount, boolean textured, boolean hasBrightness, boolean hasNormals, boolean colored)

Method summary

Modifier and TypeMethod
public int[]
a()
method_6905()
getBuffer()
getRawBuffer()
public int
b()
method_6906()
getIndex()
getRawBufferIndex()
public int
c()
method_6907()
getVertexCount()
getVertexCount()
public boolean
d()
method_6908()
hasTexture()
getHasTexture()
public boolean
e()
method_6909()
hasBrightness()
getHasBrightness()
public boolean
f()
method_6910()
hasNormals()
getHasNormals()
public boolean
g()
method_6911()
hasColor()
getHasColor()