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.effects
Methods in net.minecraft.client.gui with parameters of type BakedGlyph.EffectModifier and TypeMethodDescriptionvoid
Font.GlyphVisitor.acceptEffect
(BakedGlyph pGlyph, BakedGlyph.Effect pEffect) private void
Font.PreparedTextBuilder.addEffect
(BakedGlyph.Effect pEffect) -
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 void
BakedGlyph.buildEffect
(BakedGlyph.Effect p_382788_, float p_383227_, float p_382946_, int p_382966_, VertexConsumer p_383218_, int p_382874_, org.joml.Matrix4f p_383104_) void
BakedGlyph.renderEffect
(BakedGlyph.Effect p_95221_, org.joml.Matrix4f p_254370_, VertexConsumer p_95223_, int p_95224_, boolean p_427269_) -
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.Effect
GlyphEffectRenderState.effect
The field for theeffect
record component.Methods in net.minecraft.client.gui.render.state that return BakedGlyph.EffectModifier and TypeMethodDescriptionGlyphEffectRenderState.effect()
Returns the value of theeffect
record component.Constructors in net.minecraft.client.gui.render.state with parameters of type BakedGlyph.EffectModifierConstructorDescriptionGlyphEffectRenderState
(org.joml.Matrix3x2f pose, BakedGlyph whiteGlyph, BakedGlyph.Effect effect, ScreenRectangle scissorArea) Creates an instance of aGlyphEffectRenderState
record class.