Class FabricFontUtilHandler

java.lang.Object
info.u_team.u_team_core.impl.FabricFontUtilHandler
All Implemented Interfaces:
FontUtil.Handler

public class FabricFontUtilHandler extends Object implements FontUtil.Handler
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FabricFontUtilHandler

      public FabricFontUtilHandler()
  • Method Details

    • 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)
      Specified by:
      drawString in interface 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)
      Specified by:
      drawString in interface FontUtil.Handler