Uses of Class
net.minecraft.client.gui.components.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
Modifier and TypeFieldDescription(package private) final Map<UUID,
LerpingBossEvent> BossHealthOverlay.events
-
Uses of LerpingBossEvent in net.minecraftforge.client
Modifier and TypeMethodDescriptionForgeHooksClient.onCustomizeBossEventProgress
(PoseStack poseStack, Window window, LerpingBossEvent bossInfo, int x, int y, int increment) -
Uses of LerpingBossEvent in net.minecraftforge.client.event
Modifier and TypeFieldDescriptionprivate final LerpingBossEvent
CustomizeGuiOverlayEvent.BossEventProgress.bossEvent
ModifierConstructorDescriptionBossEventProgress
(Window window, PoseStack poseStack, float partialTick, LerpingBossEvent bossEvent, int x, int y, int increment)