Class VertexFormat

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

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

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Lcus;a:Lorg/apache/logging/log4j/Logger;
      intermediary field_11223 Lnet/minecraft/class_2522;field_11223:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/client/render/VertexFormat;LOGGER:Lorg/apache/logging/log4j/Logger;
    • elements

      private final List elements
      Mappings:
      Namespace Name Mixin selector
      official b Lcus;b:Ljava/util/List;
      intermediary field_11224 Lnet/minecraft/class_2522;field_11224:Ljava/util/List;
      named elements Lnet/minecraft/client/render/VertexFormat;elements:Ljava/util/List;
    • positions

      private final List positions
      Mappings:
      Namespace Name Mixin selector
      official c Lcus;c:Ljava/util/List;
      intermediary field_11225 Lnet/minecraft/class_2522;field_11225:Ljava/util/List;
      named positions Lnet/minecraft/client/render/VertexFormat;positions:Ljava/util/List;
    • size

      private int size
      Mappings:
      Namespace Name Mixin selector
      official d Lcus;d:I
      intermediary field_11226 Lnet/minecraft/class_2522;field_11226:I
      named size Lnet/minecraft/client/render/VertexFormat;size:I
    • colorIndex

      private int colorIndex
      Mappings:
      Namespace Name Mixin selector
      official e Lcus;e:I
      intermediary field_11227 Lnet/minecraft/class_2522;field_11227:I
      named colorIndex Lnet/minecraft/client/render/VertexFormat;colorIndex:I
    • uvIndices

      private List uvIndices
      Mappings:
      Namespace Name Mixin selector
      official f Lcus;f:Ljava/util/List;
      intermediary field_11228 Lnet/minecraft/class_2522;field_11228:Ljava/util/List;
      named uvIndices Lnet/minecraft/client/render/VertexFormat;uvIndices:Ljava/util/List;
    • normalIndex

      private int normalIndex
      Mappings:
      Namespace Name Mixin selector
      official g Lcus;g:I
      intermediary field_11229 Lnet/minecraft/class_2522;field_11229:I
      named normalIndex Lnet/minecraft/client/render/VertexFormat;normalIndex:I
  • Constructor Details

    • VertexFormat

      public VertexFormat(VertexFormat format)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcus;<init>(Lcus;)V
      intermediary <init> Lnet/minecraft/class_2522;<init>(Lnet/minecraft/class_2522;)V
      named <init> Lnet/minecraft/client/render/VertexFormat;<init>(Lnet/minecraft/client/render/VertexFormat;)V
    • VertexFormat

      public VertexFormat()
  • Method Details

    • method_21815

      public void method_21815()
      Mappings:
      Namespace Name Mixin selector
      official a Lcus;a()V
      intermediary method_21815 Lnet/minecraft/class_2522;method_21815()V
      named method_21815 Lnet/minecraft/client/render/VertexFormat;method_21815()V
    • method_10334

      public void method_10334(VertexFormatElement vertexFormatElement)
      Mappings:
      Namespace Name Mixin selector
      official a Lcus;a(Lcuu;)V
      intermediary method_10334 Lnet/minecraft/class_2522;method_10334(Lnet/minecraft/class_2523;)V
      named method_10334 Lnet/minecraft/client/render/VertexFormat;method_10334(Lnet/minecraft/client/render/VertexFormatElement;)V
    • method_21817

      public boolean method_21817()
      Mappings:
      Namespace Name Mixin selector
      official b Lcus;b()Z
      intermediary method_21817 Lnet/minecraft/class_2522;method_21817()Z
      named method_21817 Lnet/minecraft/client/render/VertexFormat;method_21817()Z
    • getNormalIndex

      public int getNormalIndex()
      Mappings:
      Namespace Name Mixin selector
      official c Lcus;c()I
      intermediary method_10337 Lnet/minecraft/class_2522;method_10337()I
      named getNormalIndex Lnet/minecraft/client/render/VertexFormat;getNormalIndex()I
    • method_21818

      public boolean method_21818()
      Mappings:
      Namespace Name Mixin selector
      official d Lcus;d()Z
      intermediary method_21818 Lnet/minecraft/class_2522;method_21818()Z
      named method_21818 Lnet/minecraft/client/render/VertexFormat;method_21818()Z
    • getColorIndex

      public int getColorIndex()
      Mappings:
      Namespace Name Mixin selector
      official e Lcus;e()I
      intermediary method_10341 Lnet/minecraft/class_2522;method_10341()I
      named getColorIndex Lnet/minecraft/client/render/VertexFormat;getColorIndex()I
    • method_21816

      public boolean method_21816(int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Lcus;a(I)Z
      intermediary method_21816 Lnet/minecraft/class_2522;method_21816(I)Z
      named method_21816 Lnet/minecraft/client/render/VertexFormat;method_21816(I)Z
    • getUvIndex

      public int getUvIndex(int uvId)
      Mappings:
      Namespace Name Mixin selector
      official b Lcus;b(I)I
      intermediary method_10336 Lnet/minecraft/class_2522;method_10336(I)I
      named getUvIndex Lnet/minecraft/client/render/VertexFormat;getUvIndex(I)I
    • toString

      public String toString()
      Overrides:
      toString in class Object
      Mappings:
      Namespace Name Mixin selector
      official toString Lcus;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_2522;toString()Ljava/lang/String;
      named toString Lnet/minecraft/client/render/VertexFormat;toString()Ljava/lang/String;
    • hasPosition

      private boolean hasPosition()
      Mappings:
      Namespace Name Mixin selector
      official i Lcus;i()Z
      intermediary method_10346 Lnet/minecraft/class_2522;method_10346()Z
      named hasPosition Lnet/minecraft/client/render/VertexFormat;hasPosition()Z
    • getVertexSize

      public int getVertexSize()
      Mappings:
      Namespace Name Mixin selector
      official f Lcus;f()I
      intermediary method_10343 Lnet/minecraft/class_2522;method_10343()I
      named getVertexSize Lnet/minecraft/client/render/VertexFormat;getVertexSize()I
    • getElements

      public List getElements()
      Mappings:
      Namespace Name Mixin selector
      official g Lcus;g()Ljava/util/List;
      intermediary method_10344 Lnet/minecraft/class_2522;method_10344()Ljava/util/List;
      named getElements Lnet/minecraft/client/render/VertexFormat;getElements()Ljava/util/List;
    • getSize

      public int getSize()
      Mappings:
      Namespace Name Mixin selector
      official h Lcus;h()I
      intermediary method_10345 Lnet/minecraft/class_2522;method_10345()I
      named getSize Lnet/minecraft/client/render/VertexFormat;getSize()I
    • get

      public VertexFormatElement get(int i)
      Mappings:
      Namespace Name Mixin selector
      official c Lcus;c(I)Lcuu;
      intermediary method_10338 Lnet/minecraft/class_2522;method_10338(I)Lnet/minecraft/class_2523;
      named get Lnet/minecraft/client/render/VertexFormat;get(I)Lnet/minecraft/client/render/VertexFormatElement;
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
      Mappings:
      Namespace Name Mixin selector
      official equals Lcus;equals(Ljava/lang/Object;)Z
      intermediary equals Lnet/minecraft/class_2522;equals(Ljava/lang/Object;)Z
      named equals Lnet/minecraft/client/render/VertexFormat;equals(Ljava/lang/Object;)Z
    • hashCode

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