Package info.u_team.u_team_core.impl
Klasse FabricFontUtilHandler
java.lang.Object
info.u_team.u_team_core.impl.FabricFontUtilHandler
- Alle implementierten Schnittstellen:
FontUtil.Handler
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintdrawString(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.gui.Font font, String text, float x, float y, int color, boolean shadow) intdrawString(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.gui.Font font, net.minecraft.util.FormattedCharSequence text, float x, float y, int color, boolean shadow)
-
Konstruktordetails
-
FabricFontUtilHandler
public FabricFontUtilHandler()
-
-
Methodendetails
-
drawString
public int drawString(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.gui.Font font, String text, float x, float y, int color, boolean shadow) - Angegeben von:
drawStringin SchnittstelleFontUtil.Handler
-
drawString
public int drawString(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.gui.Font font, net.minecraft.util.FormattedCharSequence text, float x, float y, int color, boolean shadow) - Angegeben von:
drawStringin SchnittstelleFontUtil.Handler
-