Class BakedGlyph

java.lang.Object
net.minecraft.client.gui.font.glyphs.BakedGlyph
Direct Known Subclasses:
EmptyGlyph

public class BakedGlyph extends Object
  • Field Details

    • Z_FIGHTER

      public static final float Z_FIGHTER
      See Also:
    • renderTypes

      private final GlyphRenderTypes renderTypes
    • textureView

      @Nullable private final GpuTextureView textureView
    • 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

    • BakedGlyph

      public BakedGlyph(GlyphRenderTypes pRenderTypes, @Nullable GpuTextureView pTextureView, float pU0, float pU1, float pV0, float pV1, float pLeft, float pRight, float pUp, float pDown)
  • Method Details