Class TooltipElementProgressionBar

java.lang.Object
com.binaris.wizardry.client.gui.elements.TooltipElement
com.binaris.wizardry.client.gui.elements.TooltipElementProgressionBar

public class TooltipElementProgressionBar extends TooltipElement
  • Constructor Details

    • TooltipElementProgressionBar

      public TooltipElementProgressionBar(int height, int spaceAfter)
  • Method Details

    • isVisible

      protected boolean isVisible(net.minecraft.world.item.ItemStack stack)
      Specified by:
      isVisible in class TooltipElement
    • getHeight

      protected int getHeight(net.minecraft.world.item.ItemStack stack)
      Specified by:
      getHeight in class TooltipElement
    • drawBackground

      protected void drawBackground(net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int y, net.minecraft.world.item.ItemStack stack, float partialTicks, int mouseX, int mouseY)
      Specified by:
      drawBackground in class TooltipElement
    • drawForeground

      protected void drawForeground(net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int y, net.minecraft.world.item.ItemStack stack, int mouseX, int mouseY)
      Specified by:
      drawForeground in class TooltipElement