Class TexturedGlyph

java.lang.Object
net.minecraft.client.gui.fonts.TexturedGlyph
Direct Known Subclasses:
EmptyGlyph

public class TexturedGlyph extends Object
  • Field Details

    • normalType

      private final RenderType normalType
    • 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
    • up

      private final float up
    • down

      private final float down
  • Constructor Details

    • 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 Details

    • 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_)
    • renderEffect

      public void renderEffect(TexturedGlyph.Effect p_228162_1_, Matrix4f p_228162_2_, IVertexBuilder p_228162_3_, int p_228162_4_)
    • renderType

      public RenderType renderType(boolean p_228163_1_)