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.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.Methods in net.minecraft.client.gui with parameters of type Font.DisplayModeModifier and TypeMethodDescriptionvoidFont.drawInBatch(String text, float x, float y, int color, boolean drawShadow, Matrix4f pose, MultiBufferSource bufferSource, Font.DisplayMode mode, int backgroundColor, int packedLightCoords) voidFont.drawInBatch(Component text, float x, float y, int color, boolean drawShadow, Matrix4f pose, MultiBufferSource bufferSource, Font.DisplayMode mode, int backgroundColor, int packedLightCoords) voidFont.drawInBatch(FormattedCharSequence text, float x, float y, int color, boolean drawShadow, Matrix4f pose, MultiBufferSource bufferSource, Font.DisplayMode mode, int backgroundColor, int packedLightCoords) static Font.GlyphVisitorFont.GlyphVisitor.forMultiBufferSource(MultiBufferSource bufferSource, Matrix4f pose, Font.DisplayMode displayMode, int packedLight) -
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 p_440474_) Deprecated.AtlasGlyphProvider.Instance.renderType(Font.DisplayMode p_181388_, boolean blur) Neo: returns theRenderTypeto use for the givenFont.DisplayModeand blur settingPlayerGlyphProvider.Instance.renderType(Font.DisplayMode p_442599_) 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 displayMode) GlyphRenderTypes.select(Font.DisplayMode displayMode, 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 p_440152_) 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 p_439720_) 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
Fields in net.minecraft.client.renderer declared as Font.DisplayModeModifier and TypeFieldDescriptionprivate final Font.DisplayModeSubmitNodeStorage.TextSubmit.displayModeThe field for thedisplayModerecord component.Methods in net.minecraft.client.renderer that return Font.DisplayModeModifier and TypeMethodDescriptionSubmitNodeStorage.TextSubmit.displayMode()Returns the value of thedisplayModerecord component.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 packedLight, int color, int backgroundColor, int outlineColor) voidSubmitNodeCollection.submitText(PoseStack p_439023_, float p_439368_, float p_439904_, FormattedCharSequence p_440321_, boolean p_440709_, Font.DisplayMode p_440071_, int p_439526_, int p_438892_, int p_438928_, int p_439544_) voidSubmitNodeStorage.submitText(PoseStack p_433468_, float p_435856_, float p_433422_, FormattedCharSequence p_432906_, boolean p_432998_, Font.DisplayMode p_433889_, int p_435431_, int p_435185_, int p_434470_, int p_440091_) Constructors in net.minecraft.client.renderer with parameters of type Font.DisplayModeModifierConstructorDescriptionTextSubmit(Matrix4f pose, float x, float y, FormattedCharSequence string, boolean dropShadow, Font.DisplayMode displayMode, int lightCoords, int color, int backgroundColor, int outlineColor) Creates an instance of aTextSubmitrecord class.
AtlasGlyphProvider.Instance.renderType(Font.DisplayMode, boolean)instead