Interface Font.GlyphVisitor
- Enclosing class:
Font
public static interface Font.GlyphVisitor
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidacceptEffect(TextRenderable effect) default voidacceptEmptyArea(EmptyArea empty) default voidacceptGlyph(TextRenderable.Styled glyph) static Font.GlyphVisitorforMultiBufferSource(MultiBufferSource bufferSource, Matrix4f pose, Font.DisplayMode displayMode, int lightCoords)
-
Method Details
-
forMultiBufferSource
static Font.GlyphVisitor forMultiBufferSource(MultiBufferSource bufferSource, Matrix4f pose, Font.DisplayMode displayMode, int lightCoords) -
acceptGlyph
-
acceptEffect
-
acceptEmptyArea
-