Class JeiPressRendering

java.lang.Object
com.hbm_m.compat.jei.JeiPressRendering

public final class JeiPressRendering extends Object
Draws NEI-style press overlays on top of JeiPressTextures.GUI_NEI_PRESS.
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    blit(net.minecraft.client.gui.GuiGraphics graphics, int x, int y, int u, int v, int width, int height)
     
    static void
    drawProgressBar(net.minecraft.client.gui.GuiGraphics graphics)
    Port of PressRecipeHandler.drawExtras: vertical progress bar at (47, 24).
    static void
    drawSlotFrame(net.minecraft.client.gui.GuiGraphics graphics, int x, int y)
     

    Methods inherited from class java.lang.Object

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

    • blit

      public static void blit(net.minecraft.client.gui.GuiGraphics graphics, int x, int y, int u, int v, int width, int height)
    • drawSlotFrame

      public static void drawSlotFrame(net.minecraft.client.gui.GuiGraphics graphics, int x, int y)
    • drawProgressBar

      public static void drawProgressBar(net.minecraft.client.gui.GuiGraphics graphics)
      Port of PressRecipeHandler.drawExtras: vertical progress bar at (47, 24).