类 BakedGlyph.Effect
java.lang.Object
net.minecraft.client.gui.font.glyphs.BakedGlyph.Effect
- 封闭类:
- BakedGlyph
-
字段概要
字段 -
构造器概要
构造器构造器说明Effect
(float pX0, float pY0, float pX1, float pY1, float pDepth, float pR, float pG, float pB, float pA) -
方法概要
-
字段详细资料
-
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
-
-
构造器详细资料
-
Effect
public Effect(float pX0, float pY0, float pX1, float pY1, float pDepth, float pR, float pG, float pB, float pA)
-