Class BakedGlyph.Effect
java.lang.Object
net.minecraft.client.gui.font.glyphs.BakedGlyph.Effect
- Enclosing class:
BakedGlyph
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEffect
(float pX0, float pY0, float pX1, float pY1, float pDepth, float pR, float pG, float pB, float pA) -
Method Summary
-
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 pX0, float pY0, float pX1, float pY1, float pDepth, float pR, float pG, float pB, float pA)
-