Klasse FabricFontUtilHandler

java.lang.Object
info.u_team.u_team_core.impl.FabricFontUtilHandler
Alle implementierten Schnittstellen:
FontUtil.Handler

public class FabricFontUtilHandler extends Object implements FontUtil.Handler
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    int
    drawString(net.minecraft.client.gui.GuiGraphics guiGraphics, net.minecraft.client.gui.Font font, String text, float x, float y, int color, boolean shadow)
     
    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)
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      drawString in Schnittstelle FontUtil.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:
      drawString in Schnittstelle FontUtil.Handler