Class GuiGraphicsExtended

java.lang.Object
org.cyclops.cyclopscore.client.gui.GuiGraphicsExtended

public class GuiGraphicsExtended extends Object
Additional helper functions related to GuiGraphicsExtractor.
  • Constructor Details

    • GuiGraphicsExtended

      public GuiGraphicsExtended(net.minecraft.client.gui.GuiGraphicsExtractor guiGraphics)
  • Method Details

    • drawSlotText

      public void drawSlotText(net.minecraft.client.gui.Font font, String text, int x, int y)
    • itemDecorations

      public void itemDecorations(net.minecraft.client.gui.Font font, net.minecraft.world.item.ItemStack stack, int x, int y)
    • itemDecorations

      public void itemDecorations(net.minecraft.client.gui.Font font, net.minecraft.world.item.ItemStack itemStack, int x, int y, @Nullable @Nullable String text)