Uses of Record Class
net.minecraft.client.gui.font.glyphs.BakedGlyph.Effect
Packages that use BakedGlyph.Effect
Package
Description
-
Uses of BakedGlyph.Effect in net.minecraft.client.gui
Fields in net.minecraft.client.gui with type parameters of type BakedGlyph.EffectModifier and TypeFieldDescriptionprivate List<BakedGlyph.Effect> Font.PreparedTextBuilder.effectsMethods in net.minecraft.client.gui with parameters of type BakedGlyph.EffectModifier and TypeMethodDescriptionvoidFont.GlyphVisitor.acceptEffect(BakedGlyph glyph, BakedGlyph.Effect effect) private voidFont.PreparedTextBuilder.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, Matrix4f pose) voidBakedGlyph.renderEffect(BakedGlyph.Effect effect, Matrix4f pose, VertexConsumer buffer, int packedLight, boolean noDepth) -
Uses of BakedGlyph.Effect in net.minecraft.client.gui.render.state
Fields in net.minecraft.client.gui.render.state declared as BakedGlyph.EffectModifier and TypeFieldDescriptionprivate final BakedGlyph.EffectGlyphEffectRenderState.effectThe field for theeffectrecord component.Methods in net.minecraft.client.gui.render.state that return BakedGlyph.EffectModifier and TypeMethodDescriptionGlyphEffectRenderState.effect()Returns the value of theeffectrecord component.Constructors in net.minecraft.client.gui.render.state with parameters of type BakedGlyph.EffectModifierConstructorDescriptionGlyphEffectRenderState(Matrix3x2f pose, BakedGlyph whiteGlyph, BakedGlyph.Effect effect, ScreenRectangle scissorArea) Creates an instance of aGlyphEffectRenderStaterecord class.