Class TexturedGlyph

  • Direct Known Subclasses:
    EmptyGlyph

    public class TexturedGlyph
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  TexturedGlyph.Effect  
    • Constructor Summary

      Constructors 
      Constructor Description
      TexturedGlyph​(RenderType p_i225922_1_, RenderType p_i225922_2_, float p_i225922_3_, float p_i225922_4_, float p_i225922_5_, float p_i225922_6_, float p_i225922_7_, float p_i225922_8_, float p_i225922_9_, float p_i225922_10_)  
    • Field Detail

      • seeThroughType

        private final RenderType seeThroughType
      • u0

        private final float u0
      • u1

        private final float u1
      • v0

        private final float v0
      • v1

        private final float v1
      • left

        private final float left
      • right

        private final float right
      • up

        private final float up
      • down

        private final float down
    • Constructor Detail

      • TexturedGlyph

        public TexturedGlyph​(RenderType p_i225922_1_,
                             RenderType p_i225922_2_,
                             float p_i225922_3_,
                             float p_i225922_4_,
                             float p_i225922_5_,
                             float p_i225922_6_,
                             float p_i225922_7_,
                             float p_i225922_8_,
                             float p_i225922_9_,
                             float p_i225922_10_)
    • Method Detail

      • render

        public void render​(boolean p_225595_1_,
                           float p_225595_2_,
                           float p_225595_3_,
                           Matrix4f p_225595_4_,
                           IVertexBuilder p_225595_5_,
                           float p_225595_6_,
                           float p_225595_7_,
                           float p_225595_8_,
                           float p_225595_9_,
                           int p_225595_10_)
      • renderType

        public RenderType renderType​(boolean p_228163_1_)