Class DefaultVertexFormats
- java.lang.Object
-
- net.minecraft.client.renderer.vertex.DefaultVertexFormats
-
public class DefaultVertexFormats extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static VertexFormat
BLOCK
static VertexFormatElement
ELEMENT_COLOR
static VertexFormatElement
ELEMENT_NORMAL
static VertexFormatElement
ELEMENT_PADDING
static VertexFormatElement
ELEMENT_POSITION
static VertexFormatElement
ELEMENT_UV0
static VertexFormatElement
ELEMENT_UV1
static VertexFormatElement
ELEMENT_UV2
static VertexFormat
NEW_ENTITY
static VertexFormat
PARTICLE
Deprecated.static VertexFormat
POSITION
static VertexFormat
POSITION_COLOR
static VertexFormat
POSITION_COLOR_LIGHTMAP
static VertexFormat
POSITION_COLOR_TEX
static VertexFormat
POSITION_COLOR_TEX_LIGHTMAP
static VertexFormat
POSITION_TEX
static VertexFormat
POSITION_TEX_COLOR
Deprecated.static VertexFormat
POSITION_TEX_COLOR_NORMAL
Deprecated.static VertexFormat
POSITION_TEX_LIGHTMAP_COLOR
Deprecated.
-
Constructor Summary
Constructors Constructor Description DefaultVertexFormats()
-
-
-
Field Detail
-
ELEMENT_POSITION
public static final VertexFormatElement ELEMENT_POSITION
-
ELEMENT_COLOR
public static final VertexFormatElement ELEMENT_COLOR
-
ELEMENT_UV0
public static final VertexFormatElement ELEMENT_UV0
-
ELEMENT_UV1
public static final VertexFormatElement ELEMENT_UV1
-
ELEMENT_UV2
public static final VertexFormatElement ELEMENT_UV2
-
ELEMENT_NORMAL
public static final VertexFormatElement ELEMENT_NORMAL
-
ELEMENT_PADDING
public static final VertexFormatElement ELEMENT_PADDING
-
BLOCK
public static final VertexFormat BLOCK
-
NEW_ENTITY
public static final VertexFormat NEW_ENTITY
-
PARTICLE
@Deprecated public static final VertexFormat PARTICLE
Deprecated.
-
POSITION
public static final VertexFormat POSITION
-
POSITION_COLOR
public static final VertexFormat POSITION_COLOR
-
POSITION_COLOR_LIGHTMAP
public static final VertexFormat POSITION_COLOR_LIGHTMAP
-
POSITION_TEX
public static final VertexFormat POSITION_TEX
-
POSITION_COLOR_TEX
public static final VertexFormat POSITION_COLOR_TEX
-
POSITION_TEX_COLOR
@Deprecated public static final VertexFormat POSITION_TEX_COLOR
Deprecated.
-
POSITION_COLOR_TEX_LIGHTMAP
public static final VertexFormat POSITION_COLOR_TEX_LIGHTMAP
-
POSITION_TEX_LIGHTMAP_COLOR
@Deprecated public static final VertexFormat POSITION_TEX_LIGHTMAP_COLOR
Deprecated.
-
POSITION_TEX_COLOR_NORMAL
@Deprecated public static final VertexFormat POSITION_TEX_COLOR_NORMAL
Deprecated.
-
-