Class TexturedGlyph.Effect

java.lang.Object
net.minecraft.client.gui.fonts.TexturedGlyph.Effect
Enclosing class:
TexturedGlyph

public static class TexturedGlyph.Effect extends Object
  • Field Summary

    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

    Constructors
    Constructor
    Description
    Effect(float p_i225923_1_, float p_i225923_2_, float p_i225923_3_, float p_i225923_4_, float p_i225923_5_, float p_i225923_6_, float p_i225923_7_, float p_i225923_8_, float p_i225923_9_)
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • x0

      protected final float x0
    • y0

      protected final float y0
    • x1

      protected final float x1
    • y1

      protected final float y1
    • depth

      protected final float depth
    • r

      protected final float r
    • g

      protected final float g
    • b

      protected final float b
    • a

      protected final float a
  • Constructor Details

    • Effect

      public Effect(float p_i225923_1_, float p_i225923_2_, float p_i225923_3_, float p_i225923_4_, float p_i225923_5_, float p_i225923_6_, float p_i225923_7_, float p_i225923_8_, float p_i225923_9_)