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
Subclasses with type arguments of type Font.DisplayMode in net.minecraft.client.guiMethods in net.minecraft.client.gui that return Font.DisplayModeModifier and TypeMethodDescriptionstatic Font.DisplayModeReturns 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. -
Uses of Font.DisplayMode in net.minecraft.client.gui.font
Methods in net.minecraft.client.gui.font with parameters of type Font.DisplayModeModifier and TypeMethodDescriptionAtlasGlyphProvider.Instance.renderType(Font.DisplayMode displayMode) Deprecated.AtlasGlyphProvider.Instance.renderType(Font.DisplayMode p_181388_, boolean blur) Neo: returns theRenderTypeto use for the givenFont.DisplayModeand blur settingPlayerGlyphProvider.Instance.renderType(Font.DisplayMode displayMode) TextRenderable.renderType(Font.DisplayMode displayMode) Deprecated.Neo: UseTextRenderable.renderType(Font.DisplayMode, boolean)insteaddefault RenderTypeTextRenderable.renderType(Font.DisplayMode displayMode, boolean blur) Neo: returns theRenderTypeto use for the givenFont.DisplayModeand blur settingGlyphRenderTypes.select(Font.DisplayMode mode) GlyphRenderTypes.select(Font.DisplayMode mode, boolean blur) Neo: returns theRenderTypeto use for the givenFont.DisplayModeand 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 TypeMethodDescriptionBakedSheetGlyph.EffectInstance.renderType(Font.DisplayMode displayMode) Deprecated.Neo: UseBakedSheetGlyph.EffectInstance.renderType(Font.DisplayMode, boolean)insteadBakedSheetGlyph.EffectInstance.renderType(Font.DisplayMode p_181388_, boolean blur) Neo: returns theRenderTypeto use for the givenFont.DisplayModeand blur settingBakedSheetGlyph.GlyphInstance.renderType(Font.DisplayMode displayMode) Deprecated.Neo: UseBakedSheetGlyph.GlyphInstance.renderType(Font.DisplayMode, boolean)insteadBakedSheetGlyph.GlyphInstance.renderType(Font.DisplayMode p_181388_, boolean blur) Neo: returns theRenderTypeto use for the givenFont.DisplayModeand blur setting -
Uses of Font.DisplayMode in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type Font.DisplayModeModifier and TypeMethodDescriptionvoidOrderedSubmitNodeCollector.submitText(PoseStack poseStack, float x, float y, FormattedCharSequence string, boolean dropShadow, Font.DisplayMode displayMode, int lightCoords, int color, int backgroundColor, int outlineColor) voidSubmitNodeCollection.submitText(PoseStack poseStack, float x, float y, FormattedCharSequence string, boolean dropShadow, Font.DisplayMode displayMode, int lightCoords, int color, int backgroundColor, int outlineColor) voidSubmitNodeStorage.submitText(PoseStack poseStack, float x, float y, FormattedCharSequence string, boolean dropShadow, Font.DisplayMode displayMode, int lightCoords, int color, int backgroundColor, int outlineColor) -
Uses of Font.DisplayMode in net.minecraft.client.renderer.feature
Fields in net.minecraft.client.renderer.feature declared as Font.DisplayModeModifier and TypeFieldDescriptionprivate Font.DisplayModeNameTagFeatureRenderer.GlyphRenderer.displayModeprivate final Font.DisplayModeNameTagFeatureRenderer.Submit.displayModeThe field for thedisplayModerecord component.private Font.DisplayModeTextFeatureRenderer.GlyphRenderer.displayModeprivate final Font.DisplayModeTextFeatureRenderer.Submit.displayModeThe field for thedisplayModerecord component.Methods in net.minecraft.client.renderer.feature that return Font.DisplayModeModifier and TypeMethodDescriptionNameTagFeatureRenderer.Submit.displayMode()Returns the value of thedisplayModerecord component.TextFeatureRenderer.Submit.displayMode()Returns the value of thedisplayModerecord component.Methods in net.minecraft.client.renderer.feature with parameters of type Font.DisplayModeModifier and TypeMethodDescriptionvoidNameTagFeatureRenderer.GlyphRenderer.prepare(NameTagFeatureRenderer.Submit submit, Font.DisplayMode displayMode) Constructors in net.minecraft.client.renderer.feature with parameters of type Font.DisplayModeModifierConstructorDescriptionSubmit(Matrix4fc pose, float x, float y, Component text, int lightCoords, int color, int backgroundColor, Font.DisplayMode displayMode) Creates an instance of aSubmitrecord class.Submit(Matrix4fc pose, float x, float y, FormattedCharSequence string, boolean dropShadow, Font.DisplayMode displayMode, int lightCoords, int color, int backgroundColor, int outlineColor) Creates an instance of aSubmitrecord class.
AtlasGlyphProvider.Instance.renderType(Font.DisplayMode, boolean)instead