Package | Description |
---|---|
com.mojang.blaze3d.vertex | |
net.minecraft.client.renderer | |
net.minecraft.client.renderer.vertex | |
net.minecraft.realms | |
net.minecraftforge.client.model.pipeline |
Modifier and Type | Method and Description |
---|---|
VertexFormatElement |
IVertexConsumer.getCurrentElement() |
Modifier and Type | Field and Description |
---|---|
private VertexFormatElement |
BufferBuilder.vertexFormatElement |
Modifier and Type | Method and Description |
---|---|
VertexFormatElement |
BufferBuilder.getCurrentElement() |
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 |
static VertexFormatElement |
DefaultVertexFormats.TEX_2SB |
Modifier and Type | Field and Description |
---|---|
private com.google.common.collect.ImmutableList<VertexFormatElement> |
VertexFormat.elements |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<VertexFormatElement> |
VertexFormat.getElements() |
Constructor and Description |
---|
VertexFormat(com.google.common.collect.ImmutableList<VertexFormatElement> elementsIn) |
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 |