Package net.minecraft.client.gui
Interface Font.GlyphVisitor
- Enclosing class:
Font
public static interface Font.GlyphVisitor
-
Method Summary
Modifier and TypeMethodDescriptionvoidacceptEffect(BakedGlyph pGlyph, BakedGlyph.Effect pEffect) voidacceptGlyph(BakedGlyph.GlyphInstance pGlyph) static Font.GlyphVisitorforMultiBufferSource(MultiBufferSource pBufferSource, org.joml.Matrix4f pPose, Font.DisplayMode pDisplayMode, int pPackedLight)
-
Method Details
-
forMultiBufferSource
static Font.GlyphVisitor forMultiBufferSource(MultiBufferSource pBufferSource, org.joml.Matrix4f pPose, Font.DisplayMode pDisplayMode, int pPackedLight) -
acceptGlyph
-
acceptEffect
-