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 VertexFormatBLOCKstatic VertexFormatElementELEMENT_COLORstatic VertexFormatElementELEMENT_NORMALstatic VertexFormatElementELEMENT_PADDINGstatic VertexFormatElementELEMENT_POSITIONstatic VertexFormatElementELEMENT_UV0static VertexFormatElementELEMENT_UV1static VertexFormatElementELEMENT_UV2static VertexFormatNEW_ENTITYstatic VertexFormatPARTICLEDeprecated.static VertexFormatPOSITIONstatic VertexFormatPOSITION_COLORstatic VertexFormatPOSITION_COLOR_LIGHTMAPstatic VertexFormatPOSITION_COLOR_TEXstatic VertexFormatPOSITION_COLOR_TEX_LIGHTMAPstatic VertexFormatPOSITION_TEXstatic VertexFormatPOSITION_TEX_COLORDeprecated.static VertexFormatPOSITION_TEX_COLOR_NORMALDeprecated.static VertexFormatPOSITION_TEX_LIGHTMAP_COLORDeprecated.
-
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.
-
-