Uses of Class
net.minecraft.client.gui.components.LerpingBossEvent
Packages that use LerpingBossEvent
Package
Description
-
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) Map<UUID,LerpingBossEvent>
BossHealthOverlay.events
-
Uses of LerpingBossEvent in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type LerpingBossEventModifier and TypeMethodDescriptionForgeHooksClient.bossBarRenderPre(PoseStack mStack, Window res, 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 LerpingBossEvent
RenderGameOverlayEvent.BossInfo.bossInfo
Methods in net.minecraftforge.client.event that return LerpingBossEventConstructors in net.minecraftforge.client.event with parameters of type LerpingBossEventModifierConstructorDescriptionBossInfo(PoseStack mStack, RenderGameOverlayEvent parent, RenderGameOverlayEvent.ElementType type, LerpingBossEvent bossInfo, int x, int y, int increment)