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 pText, float pX, float pY, int pColor, boolean pDrawShadow, Matrix4f pPose, MultiBufferSource pBufferSource, Font.DisplayMode pMode, int pBackgroundColor, int pPackedLightCoords) voidFont.drawInBatch(Component pText, float pX, float pY, int pColor, boolean pDrawShadow, Matrix4f pPose, MultiBufferSource pBufferSource, Font.DisplayMode pMode, int pBackgroundColor, int pPackedLightCoords) voidFont.drawInBatch(FormattedCharSequence pText, float pX, float pY, int pColor, boolean pDrawShadow, Matrix4f pPose, MultiBufferSource pBufferSource, Font.DisplayMode pMode, int pBackgroundColor, int pPackedLightCoords) static Font.GlyphVisitorFont.GlyphVisitor.forMultiBufferSource(MultiBufferSource pBufferSource, Matrix4f pPose, Font.DisplayMode pDisplayMode, int pPackedLight) -
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 pDisplayMode) Deprecated.Neo: UseTextRenderable.renderType(Font.DisplayMode, boolean)insteaddefault RenderTypeTextRenderable.renderType(Font.DisplayMode pDisplayMode, boolean blur) Neo: returns theRenderTypeto use for the givenFont.DisplayModeand blur settingGlyphRenderTypes.select(Font.DisplayMode pDisplayMode) GlyphRenderTypes.select(Font.DisplayMode pDisplayMode, 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 pPoseStack, float pX, float pY, FormattedCharSequence pString, boolean pDropShadow, Font.DisplayMode pDisplayMode, int pPackedLight, int pColor, int pBackgroundColor, int pOutlineColor) 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