Uses of Class
net.minecraft.network.protocol.game.ClientboundEntityEventPacket
Packages that use ClientboundEntityEventPacket
-
Uses of ClientboundEntityEventPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundEntityEventPacketModifier and TypeMethodDescriptionvoidClientPacketListener.handleEntityEvent(ClientboundEntityEventPacket packet) Invokes the entities' handleUpdateHealth method which is implemented in LivingBase (hurt/death), MinecartMobSpawner (spawn delay), FireworkRocket invalid input: '&' MinecartTNT (explosion), IronGolem (throwing, ...), Witch (spawn particles), Zombie (villager transformation), Animal (breeding mode particles), Horse (breeding/smoke particles), Sheep (...), Tameable (...), Villager (particles for breeding mode, angry and happy), Wolf (...) -
Uses of ClientboundEntityEventPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundEntityEventPacketModifier and TypeFieldDescriptionstatic final PacketType<ClientboundEntityEventPacket> GamePacketTypes.CLIENTBOUND_ENTITY_EVENTstatic final StreamCodec<FriendlyByteBuf, ClientboundEntityEventPacket> ClientboundEntityEventPacket.STREAM_CODECMethods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundEntityEventPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundEntityEventPacketModifier and TypeMethodDescriptionvoidClientGamePacketListener.handleEntityEvent(ClientboundEntityEventPacket packet) Invokes the entities' handleUpdateHealth method which is implemented in LivingBase (hurt/death), MinecartMobSpawner (spawn delay), FireworkRocket invalid input: '&' MinecartTNT (explosion), IronGolem (throwing,...), Witch (spawn particles), Zombie (villager transformation), Animal (breeding mode particles), Horse (breeding/smoke particles), Sheep (...), Tameable (...), Villager (particles for breeding mode, angry and happy), Wolf (...)