Class OverlayPowerArmor

java.lang.Object
com.hbm_m.powerarmor.overlay.OverlayPowerArmor

public class OverlayPowerArmor extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraftforge.client.gui.overlay.IGuiOverlay
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    onRenderOverlay(net.minecraftforge.client.gui.overlay.ForgeGui gui, net.minecraft.client.gui.GuiGraphics guiGraphics, float partialTick, int screenWidth, int screenHeight)
     
    static void
    render(net.minecraft.client.gui.GuiGraphics guiGraphics, float partialTick, int screenWidth, int screenHeight)
     

    Methods inherited from class java.lang.Object

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

    • POWER_ARMOR_OVERLAY

      public static final net.minecraftforge.client.gui.overlay.IGuiOverlay POWER_ARMOR_OVERLAY
  • Constructor Details

    • OverlayPowerArmor

      public OverlayPowerArmor()
  • Method Details

    • render

      public static void render(net.minecraft.client.gui.GuiGraphics guiGraphics, float partialTick, int screenWidth, int screenHeight)
    • onRenderOverlay

      public static void onRenderOverlay(net.minecraftforge.client.gui.overlay.ForgeGui gui, net.minecraft.client.gui.GuiGraphics guiGraphics, float partialTick, int screenWidth, int screenHeight)