Class VertexFormatElement

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

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

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Ldlx;a:Lorg/apache/logging/log4j/Logger;
      intermediary field_1616 Lnet/minecraft/class_296;field_1616: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 Ldlx;b:Ldlx$a;
      intermediary field_1615 Lnet/minecraft/class_296;field_1615:Lnet/minecraft/class_296$class_297;
      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 Ldlx;c:Ldlx$b;
      intermediary field_1614 Lnet/minecraft/class_296;field_1614:Lnet/minecraft/class_296$class_298;
      named type Lnet/minecraft/client/render/VertexFormatElement;type:Lnet/minecraft/client/render/VertexFormatElement$Type;
    • index

      private final int index
      Mappings:
      Namespace Name Mixin selector
      official d Ldlx;d:I
      intermediary field_1613 Lnet/minecraft/class_296;field_1613:I
      named index Lnet/minecraft/client/render/VertexFormatElement;index:I
    • count

      private final int count
      Mappings:
      Namespace Name Mixin selector
      official e Ldlx;e:I
      intermediary field_1612 Lnet/minecraft/class_296;field_1612:I
      named count Lnet/minecraft/client/render/VertexFormatElement;count:I
    • size

      private final int size
      Mappings:
      Namespace Name Mixin selector
      official f Ldlx;f:I
      intermediary field_21329 Lnet/minecraft/class_296;field_21329:I
      named size Lnet/minecraft/client/render/VertexFormatElement;size:I
  • Constructor Details

    • VertexFormatElement

      public VertexFormatElement​(int index, VertexFormatElement.Format format, VertexFormatElement.Type type, int count)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldlx;<init>(ILdlx$a;Ldlx$b;I)V
      intermediary <init> Lnet/minecraft/class_296;<init>(ILnet/minecraft/class_296$class_297;Lnet/minecraft/class_296$class_298;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 boolean isValidType​(int index, VertexFormatElement.Type type)
      Mappings:
      Namespace Name Mixin selector
      official a Ldlx;a(ILdlx$b;)Z
      intermediary method_1383 Lnet/minecraft/class_296;method_1383(ILnet/minecraft/class_296$class_298;)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 Ldlx;a()Ldlx$a;
      intermediary method_1386 Lnet/minecraft/class_296;method_1386()Lnet/minecraft/class_296$class_297;
      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 Ldlx;b()Ldlx$b;
      intermediary method_1382 Lnet/minecraft/class_296;method_1382()Lnet/minecraft/class_296$class_298;
      named getType Lnet/minecraft/client/render/VertexFormatElement;getType()Lnet/minecraft/client/render/VertexFormatElement$Type;
    • getIndex

      public final int getIndex()
      Mappings:
      Namespace Name Mixin selector
      official c Ldlx;c()I
      intermediary method_1385 Lnet/minecraft/class_296;method_1385()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 Ldlx;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_296;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 d Ldlx;d()I
      intermediary method_1387 Lnet/minecraft/class_296;method_1387()I
      named getSize Lnet/minecraft/client/render/VertexFormatElement;getSize()I
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
      Mappings:
      Namespace Name Mixin selector
      official equals Ldlx;equals(Ljava/lang/Object;)Z
      intermediary equals Lnet/minecraft/class_296;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 Ldlx;hashCode()I
      intermediary hashCode Lnet/minecraft/class_296;hashCode()I
      named hashCode Lnet/minecraft/client/render/VertexFormatElement;hashCode()I
    • startDrawing

      public void startDrawing​(long pointer, int stride)
      Mappings:
      Namespace Name Mixin selector
      official a Ldlx;a(JI)V
      intermediary method_22652 Lnet/minecraft/class_296;method_22652(JI)V
      named startDrawing Lnet/minecraft/client/render/VertexFormatElement;startDrawing(JI)V
    • endDrawing

      public void endDrawing()
      Mappings:
      Namespace Name Mixin selector
      official e Ldlx;e()V
      intermediary method_22653 Lnet/minecraft/class_296;method_22653()V
      named endDrawing Lnet/minecraft/client/render/VertexFormatElement;endDrawing()V