Class RemovedGuiUtils

java.lang.Object
com.simibubi.create.foundation.gui.RemovedGuiUtils

public class RemovedGuiUtils extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    drawHoveringText(com.mojang.blaze3d.vertex.PoseStack mStack, List<? extends net.minecraft.network.chat.FormattedText> textLines, int mouseX, int mouseY, int screenWidth, int screenHeight, int maxTextWidth, int backgroundColor, int borderColorStart, int borderColorEnd, net.minecraft.client.gui.Font font)
     
    static void
    drawHoveringText(com.mojang.blaze3d.vertex.PoseStack mStack, List<? extends net.minecraft.network.chat.FormattedText> textLines, int mouseX, int mouseY, int screenWidth, int screenHeight, int maxTextWidth, net.minecraft.client.gui.Font font)
     
    static void
    drawHoveringText(net.minecraft.world.item.ItemStack stack, com.mojang.blaze3d.vertex.PoseStack pStack, List<? extends net.minecraft.network.chat.FormattedText> textLines, int mouseX, int mouseY, int screenWidth, int screenHeight, int maxTextWidth, int backgroundColor, int borderColorStart, int borderColorEnd, net.minecraft.client.gui.Font font)
     
    static void
    drawHoveringText(net.minecraft.world.item.ItemStack stack, com.mojang.blaze3d.vertex.PoseStack mStack, List<? extends net.minecraft.network.chat.FormattedText> textLines, int mouseX, int mouseY, int screenWidth, int screenHeight, int maxTextWidth, net.minecraft.client.gui.Font font)
     
    static void
     
    static void
    preItemToolTip(net.minecraft.world.item.ItemStack stack)
     

    Methods inherited from class java.lang.Object

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

    • RemovedGuiUtils

      public RemovedGuiUtils()
  • Method Details

    • preItemToolTip

      public static void preItemToolTip(@Nonnull net.minecraft.world.item.ItemStack stack)
    • postItemToolTip

      public static void postItemToolTip()
    • drawHoveringText

      public static void drawHoveringText(com.mojang.blaze3d.vertex.PoseStack mStack, List<? extends net.minecraft.network.chat.FormattedText> textLines, int mouseX, int mouseY, int screenWidth, int screenHeight, int maxTextWidth, net.minecraft.client.gui.Font font)
    • drawHoveringText

      public static void drawHoveringText(com.mojang.blaze3d.vertex.PoseStack mStack, List<? extends net.minecraft.network.chat.FormattedText> textLines, int mouseX, int mouseY, int screenWidth, int screenHeight, int maxTextWidth, int backgroundColor, int borderColorStart, int borderColorEnd, net.minecraft.client.gui.Font font)
    • drawHoveringText

      public static void drawHoveringText(@Nonnull net.minecraft.world.item.ItemStack stack, com.mojang.blaze3d.vertex.PoseStack mStack, List<? extends net.minecraft.network.chat.FormattedText> textLines, int mouseX, int mouseY, int screenWidth, int screenHeight, int maxTextWidth, net.minecraft.client.gui.Font font)
    • drawHoveringText

      public static void drawHoveringText(@Nonnull net.minecraft.world.item.ItemStack stack, com.mojang.blaze3d.vertex.PoseStack pStack, List<? extends net.minecraft.network.chat.FormattedText> textLines, int mouseX, int mouseY, int screenWidth, int screenHeight, int maxTextWidth, int backgroundColor, int borderColorStart, int borderColorEnd, net.minecraft.client.gui.Font font)