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.Methods in net.minecraft.client.gui with parameters of type Font.DisplayModeModifier and TypeMethodDescriptionvoidFont.drawInBatch(String str, float x, float y, int color, boolean dropShadow, Matrix4f pose, MultiBufferSource bufferSource, Font.DisplayMode displayMode, int backgroundColor, int packedLightCoords) voidFont.drawInBatch(Component str, float x, float y, int color, boolean dropShadow, Matrix4f pose, MultiBufferSource bufferSource, Font.DisplayMode displayMode, int backgroundColor, int packedLightCoords) voidFont.drawInBatch(FormattedCharSequence str, float x, float y, int color, boolean dropShadow, Matrix4f pose, MultiBufferSource bufferSource, Font.DisplayMode displayMode, int backgroundColor, int packedLightCoords) static Font.GlyphVisitorFont.GlyphVisitor.forMultiBufferSource(MultiBufferSource bufferSource, Matrix4f pose, Font.DisplayMode displayMode, int lightCoords) -
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
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 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) 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