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_1242
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_5195 Lnet/minecraft/class_1242;field_5195: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_5196 Lnet/minecraft/class_1242;field_5196:Lnet/minecraft/class_1242$class_1243;
      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_5197 Lnet/minecraft/class_1242;field_5197:Lnet/minecraft/class_1242$class_1244;
      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_5198 Lnet/minecraft/class_1242;field_5198: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_5199 Lnet/minecraft/class_1242;field_5199: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_1242;<init>(ILnet/minecraft/class_1242$class_1243;Lnet/minecraft/class_1242$class_1244;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_4328 Lnet/minecraft/class_1242;method_4328(ILnet/minecraft/class_1242$class_1244;)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_4327 Lnet/minecraft/class_1242;method_4327()Lnet/minecraft/class_1242$class_1243;
      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_4329 Lnet/minecraft/class_1242;method_4329()Lnet/minecraft/class_1242$class_1244;
      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_4330 Lnet/minecraft/class_1242;method_4330()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_4331 Lnet/minecraft/class_1242;method_4331()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_1242;toString()Ljava/lang/String;
      named toString Lnet/minecraft/client/render/VertexFormatElement;toString()Ljava/lang/String;
    • getIdCount

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

      public final boolean isPosition()
      Mappings:
      Namespace Name Mixin selector
      official f Lbmv;f()Z
      intermediary method_4333 Lnet/minecraft/class_1242;method_4333()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_1242;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_1242;hashCode()I
      named hashCode Lnet/minecraft/client/render/VertexFormatElement;hashCode()I