Class ModHUDOverlay

java.lang.Object
de.teamlapen.lib.lib.client.gui.ExtendedGui
de.teamlapen.werewolves.client.core.ModHUDOverlay

public class ModHUDOverlay extends de.teamlapen.lib.lib.client.gui.ExtendedGui
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    attackTriggered(int entityId)
     
    void
    onClientTick(net.neoforged.neoforge.event.TickEvent.ClientTickEvent event)
     
    void
    onRenderGui(net.neoforged.neoforge.client.event.RenderGuiOverlayEvent.Pre event)
     
    void
    onRenderWorldLast(net.neoforged.neoforge.client.event.RenderGuiEvent.Pre event)
     

    Methods inherited from class de.teamlapen.lib.lib.client.gui.ExtendedGui

    fillGradient2

    Methods inherited from class java.lang.Object

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

    • WIDGETS_TEX_PATH

      protected static final net.minecraft.resources.ResourceLocation WIDGETS_TEX_PATH
  • Constructor Details

    • ModHUDOverlay

      public ModHUDOverlay()
  • Method Details

    • onClientTick

      public void onClientTick(net.neoforged.neoforge.event.TickEvent.ClientTickEvent event)
    • onRenderGui

      public void onRenderGui(net.neoforged.neoforge.client.event.RenderGuiOverlayEvent.Pre event)
    • onRenderWorldLast

      public void onRenderWorldLast(net.neoforged.neoforge.client.event.RenderGuiEvent.Pre event)
    • attackTriggered

      public void attackTriggered(int entityId)