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.DisplayMode
Returns 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 TypeMethodDescriptionint
Font.drawInBatch
(String pText, float pX, float pY, int pColor, boolean pDropShadow, org.joml.Matrix4f pPose, MultiBufferSource pBufferSource, Font.DisplayMode pDisplayMode, int pBackgroundColor, int pPackedLightCoords) int
Font.drawInBatch
(Component pText, float pX, float pY, int pColor, boolean pDropShadow, org.joml.Matrix4f pPose, MultiBufferSource pBufferSource, Font.DisplayMode pDisplayMode, int pBackgroundColor, int pPackedLightCoords) int
Font.drawInBatch
(Component pText, float pX, float pY, int pColor, boolean pDropShadow, org.joml.Matrix4f pPose, MultiBufferSource pBufferSource, Font.DisplayMode pDisplayMode, int pBackgroundColor, int pPackedLightCoords, boolean pInverseDepth) int
Font.drawInBatch
(FormattedCharSequence pText, float pX, float pY, int pColor, boolean pDropShadow, org.joml.Matrix4f pPose, MultiBufferSource pBufferSource, Font.DisplayMode pDisplayMode, int pBackgroundColor, int pPackedLightCoords) private int
Font.drawInternal
(String pText, float pX, float pY, int pColor, boolean pDropShadow, org.joml.Matrix4f pPose, MultiBufferSource pBufferSource, Font.DisplayMode pDisplayMode, int pBackgroundColor, int pPackedLightCoords, boolean pInverseDepth) private int
Font.drawInternal
(FormattedCharSequence pText, float pX, float pY, int pColor, boolean pDropShadow, org.joml.Matrix4f pPose, MultiBufferSource pBufferSource, Font.DisplayMode pDisplayMode, int pBackgroundColor, int pPackedLightCoords, boolean pInverseDepth) private float
Font.renderText
(String pText, float pX, float pY, int pColor, boolean pDropShadow, org.joml.Matrix4f pPose, MultiBufferSource pBufferSource, Font.DisplayMode pDisplayMode, int pBackgroundColor, int pPackedLightCoords, boolean pInverseDepth) private float
Font.renderText
(FormattedCharSequence pText, float pX, float pY, int pColor, boolean pDropShadow, org.joml.Matrix4f pPose, MultiBufferSource pBufferSource, Font.DisplayMode pDisplayMode, int pBackgroundColor, int pPackedLightCoords, boolean pInverseDepth) Constructors in net.minecraft.client.gui with parameters of type Font.DisplayModeModifierConstructorDescriptionStringRenderOutput
(MultiBufferSource pBufferSource, float pX, float pY, int pColor, boolean pDropShadow, org.joml.Matrix4f pPose, Font.DisplayMode pMode, int pPackedLightCoords) StringRenderOutput
(MultiBufferSource pBuferSource, float pX, float pY, int pColor, int pBackgroundColor, boolean pDropShadow, org.joml.Matrix4f pPose, Font.DisplayMode pDisplayMode, int pPackedLightCoords, boolean pInverseDepth) -
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 pDisplayMode) GlyphRenderTypes.select
(Font.DisplayMode pDisplayMode, boolean blur) Neo: returns theRenderType
to use for the givenFont.DisplayMode
and 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 pDisplayMode) Deprecated.BakedGlyph.renderType
(Font.DisplayMode pDisplayMode, boolean blur) Neo: returns theRenderType
to use for the givenFont.DisplayMode
and blur setting
BakedGlyph.renderType(Font.DisplayMode, boolean)
instead