Package net.minecraft.client.render
Class VertexFormats
java.lang.Object
net.minecraft.client.render.VertexFormats
@Environment(CLIENT) public class VertexFormats extends Object
-
Field Summary
Fields Modifier and Type Field Description static VertexFormatElementCOLOR_ELEMENTstatic VertexFormatElementLIGHT_ELEMENTstatic VertexFormatElementNORMAL_ELEMENTstatic VertexFormatElementOVERLAY_ELEMENTstatic VertexFormatElementPADDING_ELEMENTstatic VertexFormatPOSITIONstatic VertexFormatPOSITION_COLORstatic VertexFormatPOSITION_COLOR_LIGHTstatic VertexFormatPOSITION_COLOR_TEXTUREstatic VertexFormatPOSITION_COLOR_TEXTURE_LIGHTstatic VertexFormatPOSITION_COLOR_TEXTURE_LIGHT_NORMALstatic VertexFormatPOSITION_COLOR_TEXTURE_OVERLAY_LIGHT_NORMALstatic VertexFormatElementPOSITION_ELEMENTstatic VertexFormatPOSITION_TEXTUREstatic VertexFormatPOSITION_TEXTURE_COLORDeprecated.static VertexFormatPOSITION_TEXTURE_COLOR_LIGHTDeprecated.static VertexFormatPOSITION_TEXTURE_COLOR_NORMALDeprecated.static VertexFormatPOSITION_TEXTURE_LIGHT_COLORDeprecated.static VertexFormatElementTEXTURE_ELEMENT -
Constructor Summary
Constructors Constructor Description VertexFormats() -
Method Summary
-
Field Details
-
POSITION_ELEMENT
-
COLOR_ELEMENT
-
TEXTURE_ELEMENT
-
OVERLAY_ELEMENT
-
LIGHT_ELEMENT
-
NORMAL_ELEMENT
-
PADDING_ELEMENT
-
POSITION_COLOR_TEXTURE_LIGHT_NORMAL
-
POSITION_COLOR_TEXTURE_OVERLAY_LIGHT_NORMAL
-
POSITION_TEXTURE_COLOR_LIGHT
Deprecated. -
POSITION
-
POSITION_COLOR
-
POSITION_COLOR_LIGHT
-
POSITION_TEXTURE
-
POSITION_COLOR_TEXTURE
-
POSITION_TEXTURE_COLOR
Deprecated. -
POSITION_COLOR_TEXTURE_LIGHT
-
POSITION_TEXTURE_LIGHT_COLOR
Deprecated. -
POSITION_TEXTURE_COLOR_NORMAL
Deprecated.
-
-
Constructor Details
-
VertexFormats
public VertexFormats()
-