Uses of Class
net.minecraft.network.protocol.game.ClientboundBossEventPacket
Packages that use ClientboundBossEventPacket
Package
Description
-
Uses of ClientboundBossEventPacket in net.minecraft.client.gui.components
Methods in net.minecraft.client.gui.components with parameters of type ClientboundBossEventPacketModifier and TypeMethodDescriptionvoidBossHealthOverlay.update(ClientboundBossEventPacket packet) -
Uses of ClientboundBossEventPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundBossEventPacketModifier and TypeMethodDescriptionvoidClientPacketListener.handleBossUpdate(ClientboundBossEventPacket packet) -
Uses of ClientboundBossEventPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundBossEventPacketModifier and TypeFieldDescriptionstatic final PacketType<ClientboundBossEventPacket> GamePacketTypes.CLIENTBOUND_BOSS_EVENTstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundBossEventPacket> ClientboundBossEventPacket.STREAM_CODECMethods in net.minecraft.network.protocol.game that return ClientboundBossEventPacketModifier and TypeMethodDescriptionstatic ClientboundBossEventPacketClientboundBossEventPacket.createAddPacket(BossEvent event) static ClientboundBossEventPacketClientboundBossEventPacket.createRemovePacket(UUID id) static ClientboundBossEventPacketClientboundBossEventPacket.createUpdateNamePacket(BossEvent event) static ClientboundBossEventPacketClientboundBossEventPacket.createUpdateProgressPacket(BossEvent event) static ClientboundBossEventPacketClientboundBossEventPacket.createUpdatePropertiesPacket(BossEvent event) static ClientboundBossEventPacketClientboundBossEventPacket.createUpdateStylePacket(BossEvent event) Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundBossEventPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundBossEventPacketModifier and TypeMethodDescriptionvoidClientGamePacketListener.handleBossUpdate(ClientboundBossEventPacket packet) -
Uses of ClientboundBossEventPacket in net.minecraft.server.level
Method parameters in net.minecraft.server.level with type arguments of type ClientboundBossEventPacketModifier and TypeMethodDescriptionprivate voidServerBossEvent.broadcast(Function<BossEvent, ClientboundBossEventPacket> packetGetter)