Class FurOverlay

java.lang.Object
de.teamlapen.werewolves.client.gui.overlay.FurOverlay
All Implemented Interfaces:
net.neoforged.neoforge.client.gui.overlay.IGuiOverlay

public class FurOverlay extends Object implements net.neoforged.neoforge.client.gui.overlay.IGuiOverlay
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(@NotNull net.neoforged.neoforge.client.gui.overlay.ExtendedGui gui, @NotNull 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
  • Constructor Details

    • FurOverlay

      public FurOverlay()
  • Method Details

    • render

      public void render(@NotNull @NotNull net.neoforged.neoforge.client.gui.overlay.ExtendedGui gui, @NotNull @NotNull net.minecraft.client.gui.GuiGraphics graphics, float partialTicks, int width, int height)
      Specified by:
      render in interface net.neoforged.neoforge.client.gui.overlay.IGuiOverlay