Class VertexFormatElement

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

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

    • format

      private final VertexFormatElement.Format format
      Mappings:
      Namespace Name Mixin selector
      official a Ldpp;a:Ldpp$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 b Ldpp;b:Ldpp$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 c Ldpp;c: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 d Ldpp;d: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 e Ldpp;e: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> Ldpp;<init>(ILdpp$a;Ldpp$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 Ldpp;a(ILdpp$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 Ldpp;a()Ldpp$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 Ldpp;b()Ldpp$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;
    • method_34451

      public final int method_34451()
      Mappings:
      Namespace Name Mixin selector
      official c Ldpp;c()I
      intermediary method_34451 Lnet/minecraft/class_296;method_34451()I
      named method_34451 Lnet/minecraft/client/render/VertexFormatElement;method_34451()I
    • getIndex

      public final int getIndex()
      Mappings:
      Namespace Name Mixin selector
      official d Ldpp;d()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 Ldpp;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 e Ldpp;e()I
      intermediary method_1387 Lnet/minecraft/class_296;method_1387()I
      named getSize Lnet/minecraft/client/render/VertexFormatElement;getSize()I
    • method_35667

      public final boolean method_35667()
      Mappings:
      Namespace Name Mixin selector
      official f Ldpp;f()Z
      intermediary method_35667 Lnet/minecraft/class_296;method_35667()Z
      named method_35667 Lnet/minecraft/client/render/VertexFormatElement;method_35667()Z
    • equals

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

      public void startDrawing(int int2, long long2, int int3)
      Mappings:
      Namespace Name Mixin selector
      official a Ldpp;a(IJI)V
      intermediary method_22652 Lnet/minecraft/class_296;method_22652(IJI)V
      named startDrawing Lnet/minecraft/client/render/VertexFormatElement;startDrawing(IJI)V
    • endDrawing

      public void endDrawing(int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Ldpp;a(I)V
      intermediary method_22653 Lnet/minecraft/class_296;method_22653(I)V
      named endDrawing Lnet/minecraft/client/render/VertexFormatElement;endDrawing(I)V