Uses of Enum Class
net.minecraft.client.gui.Font.DisplayMode
Packages that use Font.DisplayMode
Package
Description
-
Uses of Font.DisplayMode in net.minecraft.client.gui
Methods in net.minecraft.client.gui that return Font.DisplayModeModifier and TypeMethodDescriptionstatic Font.DisplayMode
Returns the enum constant of this class with the specified name.static Font.DisplayMode[]
Font.DisplayMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.gui with parameters of type Font.DisplayModeModifier and TypeMethodDescriptionvoid
Font.drawInBatch
(String p_416062_, float p_273006_, float p_273254_, int p_273375_, boolean p_273674_, org.joml.Matrix4f p_273525_, MultiBufferSource p_272624_, Font.DisplayMode p_273418_, int p_273330_, int p_272981_) void
Font.drawInBatch
(Component p_273032_, float p_273249_, float p_273594_, int p_273714_, boolean p_273050_, org.joml.Matrix4f p_272974_, MultiBufferSource p_273695_, Font.DisplayMode p_272782_, int p_272603_, int p_273632_) void
Font.drawInBatch
(FormattedCharSequence p_416545_, float p_272811_, float p_272610_, int p_273422_, boolean p_273016_, org.joml.Matrix4f p_273443_, MultiBufferSource p_273387_, Font.DisplayMode p_273551_, int p_272706_, int p_273114_) static Font.GlyphVisitor
Font.GlyphVisitor.forMultiBufferSource
(MultiBufferSource p_426098_, org.joml.Matrix4f p_425574_, Font.DisplayMode p_425933_, int p_426219_) -
Uses of Font.DisplayMode in net.minecraft.client.gui.font
Methods in net.minecraft.client.gui.font with parameters of type Font.DisplayModeModifier and TypeMethodDescriptionGlyphRenderTypes.select
(Font.DisplayMode pDisplayMode) GlyphRenderTypes.select
(Font.DisplayMode pDisplayMode, boolean blur) Neo: returns theRenderType
to use for the givenFont.DisplayMode
and blur setting -
Uses of Font.DisplayMode in net.minecraft.client.gui.font.glyphs
Methods in net.minecraft.client.gui.font.glyphs with parameters of type Font.DisplayModeModifier and TypeMethodDescriptionBakedGlyph.renderType
(Font.DisplayMode pDisplayMode) Deprecated.BakedGlyph.renderType
(Font.DisplayMode pDisplayMode, boolean blur) Neo: returns theRenderType
to use for the givenFont.DisplayMode
and blur setting
BakedGlyph.renderType(Font.DisplayMode, boolean)
instead