Uses of Class
net.minecraft.client.gui.fonts.TexturedGlyph.Effect
-
Packages that use TexturedGlyph.Effect Package Description net.minecraft.client.gui net.minecraft.client.gui.fonts -
-
Uses of TexturedGlyph.Effect in net.minecraft.client.gui
Fields in net.minecraft.client.gui with type parameters of type TexturedGlyph.Effect Modifier and Type Field Description private java.util.List<TexturedGlyph.Effect>FontRenderer.CharacterRenderer. effectsMethods in net.minecraft.client.gui with parameters of type TexturedGlyph.Effect Modifier and Type Method Description private voidFontRenderer.CharacterRenderer. addEffect(TexturedGlyph.Effect p_238442_1_) -
Uses of TexturedGlyph.Effect in net.minecraft.client.gui.fonts
Methods in net.minecraft.client.gui.fonts with parameters of type TexturedGlyph.Effect Modifier and Type Method Description voidTexturedGlyph. renderEffect(TexturedGlyph.Effect p_228162_1_, Matrix4f p_228162_2_, IVertexBuilder p_228162_3_, int p_228162_4_)
-