Class GlyphRenderer

java.lang.Object
net.minecraft.client.font.GlyphRenderer
Direct Known Subclasses:
EmptyGlyphRenderer

@Environment(CLIENT)
public class GlyphRenderer
extends Object
  • Field Details

    • textLayer

      private final RenderLayer textLayer
    • seeThroughTextLayer

      private final RenderLayer seeThroughTextLayer
    • uMin

      private final float uMin
    • uMax

      private final float uMax
    • vMin

      private final float vMin
    • vMax

      private final float vMax
    • xMin

      private final float xMin
    • xMax

      private final float xMax
    • yMin

      private final float yMin
    • yMax

      private final float yMax
  • Constructor Details

    • GlyphRenderer

      public GlyphRenderer​(RenderLayer textLayer, RenderLayer seeThroughTextLayer, float uMin, float uMax, float vMin, float vMax, float xMin, float xMax, float yMin, float yMax)
  • Method Details