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
Fields in net.minecraft.client.gui declared as Font.DisplayModeMethods 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 TypeMethodDescriptionintFont.drawInBatch(String text, float x, float y, int color, boolean dropShadow, org.joml.Matrix4f pose, MultiBufferSource bufferSource, Font.DisplayMode displayMode, int backgroundColor, int packedLightCoords) intFont.drawInBatch(Component text, float x, float y, int color, boolean dropShadow, org.joml.Matrix4f pose, MultiBufferSource bufferSource, Font.DisplayMode displayMode, int backgroundColor, int packedLightCoords) intFont.drawInBatch(Component text, float x, float y, int color, boolean dropShadow, org.joml.Matrix4f pose, MultiBufferSource bufferSource, Font.DisplayMode displayMode, int backgroundColor, int packedLightCoords, boolean inverseDepth) intFont.drawInBatch(FormattedCharSequence text, float x, float y, int color, boolean dropShadow, org.joml.Matrix4f pose, MultiBufferSource bufferSource, Font.DisplayMode displayMode, int backgroundColor, int packedLightCoords) private intFont.drawInternal(String text, float x, float y, int color, boolean dropShadow, org.joml.Matrix4f pose, MultiBufferSource bufferSource, Font.DisplayMode displayMode, int backgroundColor, int packedLightCoords, boolean inverseDepth) private intFont.drawInternal(FormattedCharSequence text, float x, float y, int color, boolean dropShadow, org.joml.Matrix4f pose, MultiBufferSource bufferSource, Font.DisplayMode displayMode, int backgroundColor, int packedLightCoords, boolean inverseDepth) private floatFont.renderText(String text, float x, float y, int color, boolean dropShadow, org.joml.Matrix4f pose, MultiBufferSource bufferSource, Font.DisplayMode displayMode, int backgroundColor, int packedLightCoords, boolean inverseDepth) private floatFont.renderText(FormattedCharSequence text, float x, float y, int color, boolean dropShadow, org.joml.Matrix4f pose, MultiBufferSource bufferSource, Font.DisplayMode displayMode, int backgroundColor, int packedLightCoords, boolean inverseDepth) Constructors in net.minecraft.client.gui with parameters of type Font.DisplayModeModifierConstructorDescriptionStringRenderOutput(MultiBufferSource bufferSource, float x, float y, int color, boolean dropShadow, org.joml.Matrix4f pose, Font.DisplayMode mode, int packedLightCoords) StringRenderOutput(MultiBufferSource buferSource, float x, float y, int color, int backgroundColor, boolean dropShadow, org.joml.Matrix4f pose, Font.DisplayMode displayMode, int packedLightCoords, boolean inverseDepth) -
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 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 TypeMethodDescriptionBakedGlyph.renderType(Font.DisplayMode displayMode) Deprecated.BakedGlyph.renderType(Font.DisplayMode displayMode, boolean blur) Neo: returns theRenderTypeto use for the givenFont.DisplayModeand blur setting
BakedGlyph.renderType(Font.DisplayMode, boolean)instead