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 p_93712_) -
Uses of ClientboundBossEventPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundBossEventPacketModifier and TypeMethodDescriptionvoidClientPacketListener.handleBossUpdate(ClientboundBossEventPacket p_104982_) -
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 p_178640_) static ClientboundBossEventPacketClientboundBossEventPacket.createRemovePacket(UUID p_178642_) static ClientboundBossEventPacketClientboundBossEventPacket.createUpdateNamePacket(BossEvent p_178652_) static ClientboundBossEventPacketClientboundBossEventPacket.createUpdateProgressPacket(BossEvent p_178650_) static ClientboundBossEventPacketClientboundBossEventPacket.createUpdatePropertiesPacket(BossEvent p_178656_) static ClientboundBossEventPacketClientboundBossEventPacket.createUpdateStylePacket(BossEvent p_178654_) 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 p_131379_) -
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> p_143225_)