Class VertexFormats

java.lang.Object
net.minecraft.client.render.VertexFormats

@Environment(CLIENT)
public class VertexFormats
extends Object
  • Field Details

    • POSITION_ELEMENT

      public static final VertexFormatElement POSITION_ELEMENT
    • COLOR_ELEMENT

      public static final VertexFormatElement COLOR_ELEMENT
    • TEXTURE_ELEMENT

      public static final VertexFormatElement TEXTURE_ELEMENT
    • OVERLAY_ELEMENT

      public static final VertexFormatElement OVERLAY_ELEMENT
    • LIGHT_ELEMENT

      public static final VertexFormatElement LIGHT_ELEMENT
    • NORMAL_ELEMENT

      public static final VertexFormatElement NORMAL_ELEMENT
    • PADDING_ELEMENT

      public static final VertexFormatElement PADDING_ELEMENT
    • POSITION_COLOR_TEXTURE_LIGHT_NORMAL

      public static final VertexFormat POSITION_COLOR_TEXTURE_LIGHT_NORMAL
    • POSITION_COLOR_TEXTURE_OVERLAY_LIGHT_NORMAL

      public static final VertexFormat POSITION_COLOR_TEXTURE_OVERLAY_LIGHT_NORMAL
    • POSITION_TEXTURE_COLOR_LIGHT

      @Deprecated public static final VertexFormat POSITION_TEXTURE_COLOR_LIGHT
      Deprecated.
    • POSITION

      public static final VertexFormat POSITION
    • POSITION_COLOR

      public static final VertexFormat POSITION_COLOR
    • POSITION_COLOR_LIGHT

      public static final VertexFormat POSITION_COLOR_LIGHT
    • POSITION_TEXTURE

      public static final VertexFormat POSITION_TEXTURE
    • POSITION_COLOR_TEXTURE

      public static final VertexFormat POSITION_COLOR_TEXTURE
    • POSITION_TEXTURE_COLOR

      @Deprecated public static final VertexFormat POSITION_TEXTURE_COLOR
      Deprecated.
    • POSITION_COLOR_TEXTURE_LIGHT

      public static final VertexFormat POSITION_COLOR_TEXTURE_LIGHT
    • POSITION_TEXTURE_LIGHT_COLOR

      @Deprecated public static final VertexFormat POSITION_TEXTURE_LIGHT_COLOR
      Deprecated.
    • POSITION_TEXTURE_COLOR_NORMAL

      @Deprecated public static final VertexFormat POSITION_TEXTURE_COLOR_NORMAL
      Deprecated.
  • Constructor Details

    • VertexFormats

      public VertexFormats()