Class BakedQuad

    • Field Detail

      • vertices

        protected final int[] vertices
      • tintIndex

        protected final int tintIndex
      • direction

        protected final Direction direction
      • shade

        private final boolean shade
    • Constructor Detail

      • BakedQuad

        public BakedQuad​(int[] p_i232466_1_,
                         int p_i232466_2_,
                         Direction p_i232466_3_,
                         TextureAtlasSprite p_i232466_4_,
                         boolean p_i232466_5_)
    • Method Detail

      • 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()