Interface TextRenderable
- All Known Subinterfaces:
PlainTextRenderable, TextRenderable.Styled
- All Known Implementing Classes:
AtlasGlyphProvider.Instance, BakedSheetGlyph.EffectInstance, BakedSheetGlyph.GlyphInstance, PlayerGlyphProvider.Instance
public interface TextRenderable
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfloatbottom()floatleft()voidrender(Matrix4f pose, VertexConsumer buffer, int packedLightCoords, boolean flat) renderType(Font.DisplayMode displayMode) Deprecated.default RenderTyperenderType(Font.DisplayMode displayMode, boolean blur) Neo: returns theRenderTypeto use for the givenFont.DisplayModeand blur settingfloatright()floattop()
-
Method Details
-
render
-
renderType
Neo: returns theRenderTypeto use for the givenFont.DisplayModeand blur setting -
renderType
Deprecated.Neo: UserenderType(Font.DisplayMode, boolean)instead -
textureView
GpuTextureView textureView() -
guiPipeline
RenderPipeline guiPipeline() -
left
float left() -
top
float top() -
right
float right() -
bottom
float bottom()
-
renderType(Font.DisplayMode, boolean)instead