Class WerewolfFormDurationOverlay
java.lang.Object
de.teamlapen.werewolves.client.gui.overlay.WerewolfFormDurationOverlay
- All Implemented Interfaces:
net.neoforged.neoforge.client.gui.overlay.IGuiOverlay
public class WerewolfFormDurationOverlay
extends Object
implements net.neoforged.neoforge.client.gui.overlay.IGuiOverlay
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final net.minecraft.resources.ResourceLocationprotected static final net.minecraft.resources.ResourceLocation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(@NotNull net.neoforged.neoforge.client.gui.overlay.ExtendedGui gui, @NotNull net.minecraft.client.gui.GuiGraphics graphics, float partialTicks, int width, int height)
-
Field Details
-
EXPERIENCE_BAR_BACKGROUND_SPRITE
protected static final net.minecraft.resources.ResourceLocation EXPERIENCE_BAR_BACKGROUND_SPRITE -
EXPERIENCE_BAR_PROGRESS_SPRITE
protected static final net.minecraft.resources.ResourceLocation EXPERIENCE_BAR_PROGRESS_SPRITE
-
-
Constructor Details
-
WerewolfFormDurationOverlay
public WerewolfFormDurationOverlay()
-
-
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:
renderin interfacenet.neoforged.neoforge.client.gui.overlay.IGuiOverlay
-