Enum Class VertexFormatElement.Type

java.lang.Object
java.lang.Enum<VertexFormatElement.Type>
net.minecraft.client.render.VertexFormatElement.Type
All Implemented Interfaces:
Serializable, Comparable<VertexFormatElement.Type>, Constable
Enclosing class:
VertexFormatElement

@Environment(CLIENT) public static enum VertexFormatElement.Type extends Enum<VertexFormatElement.Type>
Mappings:
Namespace Name
official ceb$b
intermediary net/minecraft/class_2523$class_2525
named net/minecraft/client/render/VertexFormatElement$Type
  • Enum Constant Details

    • POSITION

      public static final VertexFormatElement.Type POSITION
      Mappings:
      Namespace Name Mixin selector
      official a Lceb$b;a:Lceb$b;
      intermediary field_11247 Lnet/minecraft/class_2523$class_2525;field_11247:Lnet/minecraft/class_2523$class_2525;
      named POSITION Lnet/minecraft/client/render/VertexFormatElement$Type;POSITION:Lnet/minecraft/client/render/VertexFormatElement$Type;
    • NORMAL

      public static final VertexFormatElement.Type NORMAL
      Mappings:
      Namespace Name Mixin selector
      official b Lceb$b;b:Lceb$b;
      intermediary field_11248 Lnet/minecraft/class_2523$class_2525;field_11248:Lnet/minecraft/class_2523$class_2525;
      named NORMAL Lnet/minecraft/client/render/VertexFormatElement$Type;NORMAL:Lnet/minecraft/client/render/VertexFormatElement$Type;
    • COLOR

      public static final VertexFormatElement.Type COLOR
      Mappings:
      Namespace Name Mixin selector
      official c Lceb$b;c:Lceb$b;
      intermediary field_11249 Lnet/minecraft/class_2523$class_2525;field_11249:Lnet/minecraft/class_2523$class_2525;
      named COLOR Lnet/minecraft/client/render/VertexFormatElement$Type;COLOR:Lnet/minecraft/client/render/VertexFormatElement$Type;
    • UV

      public static final VertexFormatElement.Type UV
      Mappings:
      Namespace Name Mixin selector
      official d Lceb$b;d:Lceb$b;
      intermediary field_11250 Lnet/minecraft/class_2523$class_2525;field_11250:Lnet/minecraft/class_2523$class_2525;
      named UV Lnet/minecraft/client/render/VertexFormatElement$Type;UV:Lnet/minecraft/client/render/VertexFormatElement$Type;
    • MATRIX

      public static final VertexFormatElement.Type MATRIX
      Mappings:
      Namespace Name Mixin selector
      official e Lceb$b;e:Lceb$b;
      intermediary field_11251 Lnet/minecraft/class_2523$class_2525;field_11251:Lnet/minecraft/class_2523$class_2525;
      named MATRIX Lnet/minecraft/client/render/VertexFormatElement$Type;MATRIX:Lnet/minecraft/client/render/VertexFormatElement$Type;
    • BLEND_WEIGHT

      public static final VertexFormatElement.Type BLEND_WEIGHT
      Mappings:
      Namespace Name Mixin selector
      official f Lceb$b;f:Lceb$b;
      intermediary field_11252 Lnet/minecraft/class_2523$class_2525;field_11252:Lnet/minecraft/class_2523$class_2525;
      named BLEND_WEIGHT Lnet/minecraft/client/render/VertexFormatElement$Type;BLEND_WEIGHT:Lnet/minecraft/client/render/VertexFormatElement$Type;
    • PADDING

      public static final VertexFormatElement.Type PADDING
      Mappings:
      Namespace Name Mixin selector
      official g Lceb$b;g:Lceb$b;
      intermediary field_11253 Lnet/minecraft/class_2523$class_2525;field_11253:Lnet/minecraft/class_2523$class_2525;
      named PADDING Lnet/minecraft/client/render/VertexFormatElement$Type;PADDING:Lnet/minecraft/client/render/VertexFormatElement$Type;
  • Field Details

    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official h Lceb$b;h:Ljava/lang/String;
      intermediary field_11254 Lnet/minecraft/class_2523$class_2525;field_11254:Ljava/lang/String;
      named name Lnet/minecraft/client/render/VertexFormatElement$Type;name:Ljava/lang/String;
  • Constructor Details

    • Type

      private Type(String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lceb$b;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_2523$class_2525;<init>(Ljava/lang/String;ILjava/lang/String;)V
      named <init> Lnet/minecraft/client/render/VertexFormatElement$Type;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static VertexFormatElement.Type[] 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 VertexFormatElement.Type 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
    • getName

      public String getName()
      Mappings:
      Namespace Name Mixin selector
      official a Lceb$b;a()Ljava/lang/String;
      intermediary method_10357 Lnet/minecraft/class_2523$class_2525;method_10357()Ljava/lang/String;
      named getName Lnet/minecraft/client/render/VertexFormatElement$Type;getName()Ljava/lang/String;