Uses of Class
net.minecraft.client.gui.components.LerpingBossEvent
Packages that use LerpingBossEvent
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
- 
Uses of LerpingBossEvent in net.minecraft.client.gui.componentsFields in net.minecraft.client.gui.components with type parameters of type LerpingBossEventModifier and TypeFieldDescription(package private) final Map<UUID,LerpingBossEvent> BossHealthOverlay.events
- 
Uses of LerpingBossEvent in net.neoforged.neoforge.clientMethods in net.neoforged.neoforge.client with parameters of type LerpingBossEventModifier and TypeMethodDescriptionClientHooks.onCustomizeBossEventProgress(GuiGraphics guiGraphics, Window window, LerpingBossEvent bossInfo, int x, int y, int increment) 
- 
Uses of LerpingBossEvent in net.neoforged.neoforge.client.eventFields in net.neoforged.neoforge.client.event declared as LerpingBossEventModifier and TypeFieldDescriptionprivate final LerpingBossEventCustomizeGuiOverlayEvent.BossEventProgress.bossEventMethods in net.neoforged.neoforge.client.event that return LerpingBossEventConstructors in net.neoforged.neoforge.client.event with parameters of type LerpingBossEventModifierConstructorDescriptionBossEventProgress(Window window, GuiGraphics guiGraphics, float partialTick, LerpingBossEvent bossEvent, int x, int y, int increment)