Class BakedGlyph.Effect

java.lang.Object
net.minecraft.client.gui.font.glyphs.BakedGlyph.Effect
Enclosing class:
BakedGlyph

public static class BakedGlyph.Effect extends Object
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    protected final float
     
    protected final float
     
    protected final float
     
    protected final float
     
    protected final float
     
    protected final float
     
    protected final float
     
    protected final float
     
    protected final float
     
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    Effect(float p_95247_, float p_95248_, float p_95249_, float p_95250_, float p_95251_, float p_95252_, float p_95253_, float p_95254_, float p_95255_)
     
  • Method Summary Link icon

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details Link icon

    • x0 Link icon

      protected final float x0
    • y0 Link icon

      protected final float y0
    • x1 Link icon

      protected final float x1
    • y1 Link icon

      protected final float y1
    • depth Link icon

      protected final float depth
    • r Link icon

      protected final float r
    • g Link icon

      protected final float g
    • b Link icon

      protected final float b
    • a Link icon

      protected final float a
  • Constructor Details Link icon

    • Effect Link icon

      public Effect(float p_95247_, float p_95248_, float p_95249_, float p_95250_, float p_95251_, float p_95252_, float p_95253_, float p_95254_, float p_95255_)