Package | Description |
---|---|
net.minecraft.client.renderer | |
net.minecraft.client.renderer.vertex | |
net.minecraft.realms | |
net.minecraftforge.client.model.pipeline |
Modifier and Type | Field and Description |
---|---|
private VertexFormatElement |
BufferBuilder.vertexFormatElement |
Modifier and Type | Field and Description |
---|---|
static VertexFormatElement |
DefaultVertexFormats.COLOR_4UB |
static VertexFormatElement |
DefaultVertexFormats.NORMAL_3B |
static VertexFormatElement |
DefaultVertexFormats.PADDING_1B |
static VertexFormatElement |
DefaultVertexFormats.POSITION_3F |
static VertexFormatElement |
DefaultVertexFormats.TEX_2F |
static VertexFormatElement |
DefaultVertexFormats.TEX_2S |
Modifier and Type | Field and Description |
---|---|
private java.util.List<VertexFormatElement> |
VertexFormat.elements |
Modifier and Type | Method and Description |
---|---|
VertexFormatElement |
VertexFormat.getElement(int index) |
Modifier and Type | Method and Description |
---|---|
java.util.List<VertexFormatElement> |
VertexFormat.getElements() |
Modifier and Type | Method and Description |
---|---|
VertexFormat |
VertexFormat.addElement(VertexFormatElement element) |
Modifier and Type | Field and Description |
---|---|
private VertexFormatElement |
RealmsVertexFormatElement.v |
Modifier and Type | Method and Description |
---|---|
VertexFormatElement |
RealmsVertexFormatElement.getVertexFormatElement() |
Constructor and Description |
---|
RealmsVertexFormatElement(VertexFormatElement vIn) |
Modifier and Type | Field and Description |
---|---|
protected static VertexFormatElement |
VertexLighterFlat.NORMAL_4F |