Class VertexFormatElement

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

@Environment(CLIENT) public class VertexFormatElement extends Object
Mappings:
Namespace Name
official bmv
intermediary net/minecraft/class_2523
named net/minecraft/client/render/VertexFormatElement
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Lbmv;a:Lorg/apache/logging/log4j/Logger;
      intermediary field_11231 Lnet/minecraft/class_2523;field_11231:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/client/render/VertexFormatElement;LOGGER:Lorg/apache/logging/log4j/Logger;
    • format

      private final VertexFormatElement.Format format
      Mappings:
      Namespace Name Mixin selector
      official b Lbmv;b:Lbmv$a;
      intermediary field_11232 Lnet/minecraft/class_2523;field_11232:Lnet/minecraft/class_2523$class_2524;
      named format Lnet/minecraft/client/render/VertexFormatElement;format:Lnet/minecraft/client/render/VertexFormatElement$Format;
    • type

      private final VertexFormatElement.Type type
      Mappings:
      Namespace Name Mixin selector
      official c Lbmv;c:Lbmv$b;
      intermediary field_11233 Lnet/minecraft/class_2523;field_11233:Lnet/minecraft/class_2523$class_2525;
      named type Lnet/minecraft/client/render/VertexFormatElement;type:Lnet/minecraft/client/render/VertexFormatElement$Type;
    • index

      private int index
      Mappings:
      Namespace Name Mixin selector
      official d Lbmv;d:I
      intermediary field_11234 Lnet/minecraft/class_2523;field_11234:I
      named index Lnet/minecraft/client/render/VertexFormatElement;index:I
    • count

      private int count
      Mappings:
      Namespace Name Mixin selector
      official e Lbmv;e:I
      intermediary field_11235 Lnet/minecraft/class_2523;field_11235:I
      named count Lnet/minecraft/client/render/VertexFormatElement;count:I
  • Constructor Details

    • VertexFormatElement

      public VertexFormatElement(int index, VertexFormatElement.Format format, VertexFormatElement.Type type, int count)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbmv;<init>(ILbmv$a;Lbmv$b;I)V
      intermediary <init> Lnet/minecraft/class_2523;<init>(ILnet/minecraft/class_2523$class_2524;Lnet/minecraft/class_2523$class_2525;I)V
      named <init> Lnet/minecraft/client/render/VertexFormatElement;<init>(ILnet/minecraft/client/render/VertexFormatElement$Format;Lnet/minecraft/client/render/VertexFormatElement$Type;I)V
  • Method Details

    • isValidType

      private final boolean isValidType(int index, VertexFormatElement.Type type)
      Mappings:
      Namespace Name Mixin selector
      official a Lbmv;a(ILbmv$b;)Z
      intermediary method_10348 Lnet/minecraft/class_2523;method_10348(ILnet/minecraft/class_2523$class_2525;)Z
      named isValidType Lnet/minecraft/client/render/VertexFormatElement;isValidType(ILnet/minecraft/client/render/VertexFormatElement$Type;)Z
    • getFormat

      public final VertexFormatElement.Format getFormat()
      Mappings:
      Namespace Name Mixin selector
      official a Lbmv;a()Lbmv$a;
      intermediary method_10347 Lnet/minecraft/class_2523;method_10347()Lnet/minecraft/class_2523$class_2524;
      named getFormat Lnet/minecraft/client/render/VertexFormatElement;getFormat()Lnet/minecraft/client/render/VertexFormatElement$Format;
    • getType

      public final VertexFormatElement.Type getType()
      Mappings:
      Namespace Name Mixin selector
      official b Lbmv;b()Lbmv$b;
      intermediary method_10349 Lnet/minecraft/class_2523;method_10349()Lnet/minecraft/class_2523$class_2525;
      named getType Lnet/minecraft/client/render/VertexFormatElement;getType()Lnet/minecraft/client/render/VertexFormatElement$Type;
    • getCount

      public final int getCount()
      Mappings:
      Namespace Name Mixin selector
      official c Lbmv;c()I
      intermediary method_10350 Lnet/minecraft/class_2523;method_10350()I
      named getCount Lnet/minecraft/client/render/VertexFormatElement;getCount()I
    • getIndex

      public final int getIndex()
      Mappings:
      Namespace Name Mixin selector
      official d Lbmv;d()I
      intermediary method_10351 Lnet/minecraft/class_2523;method_10351()I
      named getIndex Lnet/minecraft/client/render/VertexFormatElement;getIndex()I
    • toString

      public String toString()
      Overrides:
      toString in class Object
      Mappings:
      Namespace Name Mixin selector
      official toString Lbmv;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_2523;toString()Ljava/lang/String;
      named toString Lnet/minecraft/client/render/VertexFormatElement;toString()Ljava/lang/String;
    • getSize

      public final int getSize()
      Mappings:
      Namespace Name Mixin selector
      official e Lbmv;e()I
      intermediary method_10352 Lnet/minecraft/class_2523;method_10352()I
      named getSize Lnet/minecraft/client/render/VertexFormatElement;getSize()I
    • isPosition

      public final boolean isPosition()
      Mappings:
      Namespace Name Mixin selector
      official f Lbmv;f()Z
      intermediary method_10353 Lnet/minecraft/class_2523;method_10353()Z
      named isPosition Lnet/minecraft/client/render/VertexFormatElement;isPosition()Z
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
      Mappings:
      Namespace Name Mixin selector
      official equals Lbmv;equals(Ljava/lang/Object;)Z
      intermediary equals Lnet/minecraft/class_2523;equals(Ljava/lang/Object;)Z
      named equals Lnet/minecraft/client/render/VertexFormatElement;equals(Ljava/lang/Object;)Z
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
      Mappings:
      Namespace Name Mixin selector
      official hashCode Lbmv;hashCode()I
      intermediary hashCode Lnet/minecraft/class_2523;hashCode()I
      named hashCode Lnet/minecraft/client/render/VertexFormatElement;hashCode()I