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.components
Fields 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.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type LerpingBossEventModifier and TypeMethodDescriptionForgeHooksClient.onCustomizeBossEventProgress
(GuiGraphics guiGraphics, Window window, LerpingBossEvent bossInfo, int x, int y, int increment) -
Uses of LerpingBossEvent in net.minecraftforge.client.event
Fields in net.minecraftforge.client.event declared as LerpingBossEventModifier and TypeFieldDescriptionprivate final LerpingBossEvent
CustomizeGuiOverlayEvent.BossEventProgress.bossEvent
Methods in net.minecraftforge.client.event that return LerpingBossEventConstructors in net.minecraftforge.client.event with parameters of type LerpingBossEventModifierConstructorDescriptionBossEventProgress
(Window window, GuiGraphics guiGraphics, float partialTick, LerpingBossEvent bossEvent, int x, int y, int increment)