Class BakedQuad

java.lang.Object
net.minecraft.client.render.model.BakedQuad
Direct Known Subclasses:
TexturedBakedQuad

@Environment(CLIENT) public class BakedQuad extends Object
Mappings:
Namespace Name
official clt
intermediary net/minecraft/class_2437
named net/minecraft/client/render/model/BakedQuad
  • Field Details

    • vertexData

      protected final int[] vertexData
      Mappings:
      Namespace Name Mixin selector
      official a Lclt;a:[I
      intermediary field_10907 Lnet/minecraft/class_2437;field_10907:[I
      named vertexData Lnet/minecraft/client/render/model/BakedQuad;vertexData:[I
    • colorIndex

      protected final int colorIndex
      Mappings:
      Namespace Name Mixin selector
      official b Lclt;b:I
      intermediary field_10908 Lnet/minecraft/class_2437;field_10908:I
      named colorIndex Lnet/minecraft/client/render/model/BakedQuad;colorIndex:I
    • direction

      protected final Direction direction
      Mappings:
      Namespace Name Mixin selector
      official c Lclt;c:Lej;
      intermediary field_10909 Lnet/minecraft/class_2437;field_10909:Lnet/minecraft/class_1354;
      named direction Lnet/minecraft/client/render/model/BakedQuad;direction:Lnet/minecraft/util/math/Direction;
  • Constructor Details

    • BakedQuad

      public BakedQuad(int[] vertexData, int colorIndex, Direction direction)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lclt;<init>([IILej;)V
      intermediary <init> Lnet/minecraft/class_2437;<init>([IILnet/minecraft/class_1354;)V
      named <init> Lnet/minecraft/client/render/model/BakedQuad;<init>([IILnet/minecraft/util/math/Direction;)V
  • Method Details

    • getVertexData

      public int[] getVertexData()
      Mappings:
      Namespace Name Mixin selector
      official a Lclt;a()[I
      intermediary method_9979 Lnet/minecraft/class_2437;method_9979()[I
      named getVertexData Lnet/minecraft/client/render/model/BakedQuad;getVertexData()[I
    • hasColor

      public boolean hasColor()
      Mappings:
      Namespace Name Mixin selector
      official b Lclt;b()Z
      intermediary method_9980 Lnet/minecraft/class_2437;method_9980()Z
      named hasColor Lnet/minecraft/client/render/model/BakedQuad;hasColor()Z
    • getColorIndex

      public int getColorIndex()
      Mappings:
      Namespace Name Mixin selector
      official c Lclt;c()I
      intermediary method_9981 Lnet/minecraft/class_2437;method_9981()I
      named getColorIndex Lnet/minecraft/client/render/model/BakedQuad;getColorIndex()I
    • getFace

      public Direction getFace()
      Mappings:
      Namespace Name Mixin selector
      official d Lclt;d()Lej;
      intermediary method_9982 Lnet/minecraft/class_2437;method_9982()Lnet/minecraft/class_1354;
      named getFace Lnet/minecraft/client/render/model/BakedQuad;getFace()Lnet/minecraft/util/math/Direction;