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 cux
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 Lcux;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 Lcux;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 Lcux;c:Leq;
      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;
    • field_13552

      protected final Sprite field_13552
      Mappings:
      Namespace Name Mixin selector
      official d Lcux;d:Lddm;
      intermediary field_13552 Lnet/minecraft/class_2437;field_13552:Lnet/minecraft/class_1639;
      named field_13552 Lnet/minecraft/client/render/model/BakedQuad;field_13552:Lnet/minecraft/client/texture/Sprite;
  • Constructor Details

    • BakedQuad

      public BakedQuad(int[] int2, int int3, Direction direction, Sprite sprite)
  • Method Details

    • method_12351

      public Sprite method_12351()
      Mappings:
      Namespace Name Mixin selector
      official a Lcux;a()Lddm;
      intermediary method_12351 Lnet/minecraft/class_2437;method_12351()Lnet/minecraft/class_1639;
      named method_12351 Lnet/minecraft/client/render/model/BakedQuad;method_12351()Lnet/minecraft/client/texture/Sprite;
    • getVertexData

      public int[] getVertexData()
      Mappings:
      Namespace Name Mixin selector
      official b Lcux;b()[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 c Lcux;c()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 d Lcux;d()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 e Lcux;e()Leq;
      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;