Enum Class VertexFormat.class_5595

java.lang.Object
java.lang.Enum<VertexFormat.class_5595>
com.mojang.blaze3d.vertex.VertexFormat.class_5595
All Implemented Interfaces:
Serializable, Comparable<VertexFormat.class_5595>, Constable
Enclosing class:
VertexFormat

@Environment(CLIENT) public static enum VertexFormat.class_5595 extends Enum<VertexFormat.class_5595>
Mappings:
Namespace Name
named com/mojang/blaze3d/vertex/VertexFormat$class_5595
intermediary com/mojang/blaze3d/vertex/VertexFormat$class_5595
official com/mojang/blaze3d/vertex/VertexFormat$a
  • Enum Constant Details

    • SHORT

      public static final VertexFormat.class_5595 SHORT
      Mappings:
      Namespace Name Mixin selector
      named SHORT Lcom/mojang/blaze3d/vertex/VertexFormat$class_5595;SHORT:Lcom/mojang/blaze3d/vertex/VertexFormat$class_5595;
      intermediary field_27372 Lcom/mojang/blaze3d/vertex/VertexFormat$class_5595;field_27372:Lcom/mojang/blaze3d/vertex/VertexFormat$class_5595;
      official a Lcom/mojang/blaze3d/vertex/VertexFormat$a;a:Lcom/mojang/blaze3d/vertex/VertexFormat$a;
    • INT

      public static final VertexFormat.class_5595 INT
      Mappings:
      Namespace Name Mixin selector
      named INT Lcom/mojang/blaze3d/vertex/VertexFormat$class_5595;INT:Lcom/mojang/blaze3d/vertex/VertexFormat$class_5595;
      intermediary field_27373 Lcom/mojang/blaze3d/vertex/VertexFormat$class_5595;field_27373:Lcom/mojang/blaze3d/vertex/VertexFormat$class_5595;
      official b Lcom/mojang/blaze3d/vertex/VertexFormat$a;b:Lcom/mojang/blaze3d/vertex/VertexFormat$a;
  • Field Details

    • field_27375

      public final int field_27375
      Mappings:
      Namespace Name Mixin selector
      named field_27375 Lcom/mojang/blaze3d/vertex/VertexFormat$class_5595;field_27375:I
      intermediary field_27375 Lcom/mojang/blaze3d/vertex/VertexFormat$class_5595;field_27375:I
      official c Lcom/mojang/blaze3d/vertex/VertexFormat$a;c:I
  • Constructor Details

    • class_5595

      private class_5595(int int2)
  • Method Details

    • values

      public static VertexFormat.class_5595[] 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 VertexFormat.class_5595 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
    • method_31972

      public static VertexFormat.class_5595 method_31972(int int2)
      Mappings:
      Namespace Name Mixin selector
      named method_31972 Lcom/mojang/blaze3d/vertex/VertexFormat$class_5595;method_31972(I)Lcom/mojang/blaze3d/vertex/VertexFormat$class_5595;
      intermediary method_31972 Lcom/mojang/blaze3d/vertex/VertexFormat$class_5595;method_31972(I)Lcom/mojang/blaze3d/vertex/VertexFormat$class_5595;
      official a Lcom/mojang/blaze3d/vertex/VertexFormat$a;a(I)Lcom/mojang/blaze3d/vertex/VertexFormat$a;