Uses of Record Class
net.minecraft.client.gui.font.glyphs.BakedGlyph.Effect
Packages that use BakedGlyph.Effect
-
Uses of BakedGlyph.Effect in net.minecraft.client.gui
Fields in net.minecraft.client.gui with type parameters of type BakedGlyph.EffectMethods in net.minecraft.client.gui with parameters of type BakedGlyph.EffectModifier and TypeMethodDescriptionprivate voidFont.StringRenderOutput.addEffect(BakedGlyph.Effect effect) -
Uses of BakedGlyph.Effect in net.minecraft.client.gui.font.glyphs
Methods in net.minecraft.client.gui.font.glyphs with parameters of type BakedGlyph.EffectModifier and TypeMethodDescriptionprivate voidBakedGlyph.buildEffect(BakedGlyph.Effect effect, float shadowOffset, float depthOffset, int shadowColor, VertexConsumer buffer, int packedLight, org.joml.Matrix4f pose) voidBakedGlyph.renderEffect(BakedGlyph.Effect effect, org.joml.Matrix4f pose, VertexConsumer buffer, int packedLight)