java.lang.Object
net.minecraft.client.renderer.block.model.BakedQuad
All Implemented Interfaces:
IVertexProducer

public class BakedQuad extends Object implements IVertexProducer
  • Field Details

    • vertices

      protected final int[] vertices
    • tintIndex

      protected final int tintIndex
    • direction

      protected final Direction direction
    • sprite

      protected final TextureAtlasSprite sprite
    • shade

      private final boolean shade
  • Constructor Details

    • BakedQuad

      public BakedQuad(int[] p_111298_, int p_111299_, Direction p_111300_, TextureAtlasSprite p_111301_, boolean p_111302_)
  • Method Details

    • getSprite

      public TextureAtlasSprite getSprite()
    • getVertices

      public int[] getVertices()
    • isTinted

      public boolean isTinted()
    • getTintIndex

      public int getTintIndex()
    • getDirection

      public Direction getDirection()
    • pipe

      public void pipe(IVertexConsumer consumer)
      Specified by:
      pipe in interface IVertexProducer
      Parameters:
      consumer - consumer to receive the vertex data this producer can provide
    • isShade

      public boolean isShade()