Enum Class SimpleBufferBuilder.Element

java.lang.Object
java.lang.Enum<SimpleBufferBuilder.Element>
net.minecraftforge.fml.earlydisplay.SimpleBufferBuilder.Element
All Implemented Interfaces:
Serializable, Comparable<SimpleBufferBuilder.Element>, Constable
Enclosing class:
SimpleBufferBuilder

public static enum SimpleBufferBuilder.Element extends Enum<SimpleBufferBuilder.Element>
Specifies a vertex element with a specific data type, number of primitives and a size in bytes.
  • Enum Constant Details

  • Field Details

    • glType

      public final int glType
    • count

      public final int count
    • width

      public final int width
  • Constructor Details

    • Element

      private Element(int glType, int count, int width)
  • Method Details

    • values

      public static SimpleBufferBuilder.Element[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SimpleBufferBuilder.Element valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null