Uses of Class
net.minecraft.world.BossEvent
Packages that use BossEvent
Package
Description
-
Uses of BossEvent in net.minecraft.client.gui.components
Subclasses of BossEvent in net.minecraft.client.gui.componentsMethods in net.minecraft.client.gui.components with parameters of type BossEventModifier and TypeMethodDescriptionprivate voidBossHealthOverlay.extractBar(GuiGraphicsExtractor graphics, int x, int y, BossEvent event) private voidBossHealthOverlay.extractBar(GuiGraphicsExtractor graphics, int x, int y, BossEvent event, int width, Identifier[] sprites, Identifier[] overlaySprites) -
Uses of BossEvent in net.minecraft.network.protocol.game
Methods in net.minecraft.network.protocol.game with parameters of type BossEventModifier and TypeMethodDescriptionstatic ClientboundBossEventPacketClientboundBossEventPacket.createAddPacket(BossEvent event) static ClientboundBossEventPacketClientboundBossEventPacket.createUpdateNamePacket(BossEvent event) static ClientboundBossEventPacketClientboundBossEventPacket.createUpdateProgressPacket(BossEvent event) static ClientboundBossEventPacketClientboundBossEventPacket.createUpdatePropertiesPacket(BossEvent event) static ClientboundBossEventPacketClientboundBossEventPacket.createUpdateStylePacket(BossEvent event) Constructors in net.minecraft.network.protocol.game with parameters of type BossEvent -
Uses of BossEvent in net.minecraft.server.bossevents
Subclasses of BossEvent in net.minecraft.server.bossevents -
Uses of BossEvent in net.minecraft.server.level
Subclasses of BossEvent in net.minecraft.server.levelMethods in net.minecraft.server.level that return BossEventModifier and TypeMethodDescriptionServerBossEvent.setCreateWorldFog(boolean createWorldFog) ServerBossEvent.setDarkenScreen(boolean darkenScreen) ServerBossEvent.setPlayBossMusic(boolean playBossMusic) Method parameters in net.minecraft.server.level with type arguments of type BossEventModifier and TypeMethodDescriptionprivate voidServerBossEvent.broadcast(Function<BossEvent, ClientboundBossEventPacket> factory) -
Uses of BossEvent in net.minecraft.world
Methods in net.minecraft.world that return BossEventModifier and TypeMethodDescriptionBossEvent.setCreateWorldFog(boolean createWorldFog) BossEvent.setDarkenScreen(boolean darkenScreen) BossEvent.setPlayBossMusic(boolean playBossMusic)