Class WerewolfFormDurationOverlay

java.lang.Object
de.teamlapen.werewolves.client.gui.overlay.WerewolfFormDurationOverlay
All Implemented Interfaces:
net.minecraftforge.client.gui.overlay.IGuiOverlay

public class WerewolfFormDurationOverlay extends Object implements net.minecraftforge.client.gui.overlay.IGuiOverlay
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceLocation
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(net.minecraftforge.client.gui.overlay.ForgeGui gui, net.minecraft.client.gui.GuiGraphics graphics, float partialTicks, int width, int height)
     

    Methods inherited from class java.lang.Object

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

    • ICONS

      public static final net.minecraft.resources.ResourceLocation ICONS
  • Constructor Details

    • WerewolfFormDurationOverlay

      public WerewolfFormDurationOverlay()
  • Method Details

    • render

      public void render(net.minecraftforge.client.gui.overlay.ForgeGui gui, net.minecraft.client.gui.GuiGraphics graphics, float partialTicks, int width, int height)
      Specified by:
      render in interface net.minecraftforge.client.gui.overlay.IGuiOverlay