Class BakedGlyph

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

public class BakedGlyph extends Object
  • Field Details

    • normalType

      private final RenderType normalType
    • seeThroughType

      private final RenderType seeThroughType
    • polygonOffsetType

      private final RenderType polygonOffsetType
    • 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(RenderType p_181376_, RenderType p_181377_, RenderType p_181378_, float p_181379_, float p_181380_, float p_181381_, float p_181382_, float p_181383_, float p_181384_, float p_181385_, float p_181386_)
  • Method Details