Class BakedQuad

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

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

    • vertexData

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

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

      protected final Direction direction
      Mappings:
      Namespace Name Mixin selector
      official c Lbgg;c:Lcq;
      intermediary field_4561 Lnet/minecraft/class_1055;field_4561:Lnet/minecraft/class_1383;
      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> Lbgg;<init>([IILcq;)V
      intermediary <init> Lnet/minecraft/class_1055;<init>([IILnet/minecraft/class_1383;)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 Lbgg;a()[I
      intermediary method_3620 Lnet/minecraft/class_1055;method_3620()[I
      named getVertexData Lnet/minecraft/client/render/model/BakedQuad;getVertexData()[I
    • hasColor

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

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

      public Direction getFace()
      Mappings:
      Namespace Name Mixin selector
      official d Lbgg;d()Lcq;
      intermediary method_3623 Lnet/minecraft/class_1055;method_3623()Lnet/minecraft/class_1383;
      named getFace Lnet/minecraft/client/render/model/BakedQuad;getFace()Lnet/minecraft/util/math/Direction;