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 text, float x, float y, int color, boolean dropShadow, org.joml.Matrix4f matrix, MultiBufferSource buffer, Font.DisplayMode displayMode, int backgroundColor, int packedLightCoords) int
Font.drawInBatch
(String text, float x, float y, int color, boolean dropShadow, org.joml.Matrix4f matrix, MultiBufferSource buffer, Font.DisplayMode displayMode, int backgroundColor, int packedLightCoords, boolean bidirectional) int
Font.drawInBatch
(Component text, float x, float y, int color, boolean dropShadow, org.joml.Matrix4f matrix, MultiBufferSource buffer, Font.DisplayMode displayMode, int backgroundColor, int packedLightCoords) int
Font.drawInBatch
(FormattedCharSequence text, float x, float y, int color, boolean dropShadow, org.joml.Matrix4f matrix, MultiBufferSource buffer, Font.DisplayMode displayMode, int backgroundColor, int packedLightCoords) private int
Font.drawInternal
(String text, float x, float y, int color, boolean dropShadow, org.joml.Matrix4f matrix, MultiBufferSource buffer, Font.DisplayMode displayMode, int backgroundColor, int packedLightCoords, boolean bidirectional) private int
Font.drawInternal
(FormattedCharSequence text, float x, float y, int color, boolean dropShadow, org.joml.Matrix4f matrix, MultiBufferSource buffer, Font.DisplayMode displayMode, int backgroundColor, int packedLightCoords) private float
Font.renderText
(String text, float x, float y, int color, boolean dropShadow, org.joml.Matrix4f matrix, MultiBufferSource buffer, Font.DisplayMode displayMode, int backgroundColor, int packedLightCoords) private float
Font.renderText
(FormattedCharSequence text, float x, float y, int color, boolean dropShadow, org.joml.Matrix4f matrix, MultiBufferSource buffer, Font.DisplayMode displayMode, int backgroundColor, int packedLightCoords) 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) -
Uses of Font.DisplayMode in net.minecraft.client.gui.font
Methods in net.minecraft.client.gui.font with parameters of type Font.DisplayMode -
Uses of Font.DisplayMode in net.minecraft.client.gui.font.glyphs
Methods in net.minecraft.client.gui.font.glyphs with parameters of type Font.DisplayMode