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 TypeMethodDescriptionvoid
ClientPacketListener.handleEntityEvent
(ClientboundEntityEventPacket pPacket) 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_EVENT
static final StreamCodec
<FriendlyByteBuf, ClientboundEntityEventPacket> ClientboundEntityEventPacket.STREAM_CODEC
Methods 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 TypeMethodDescriptionvoid
ClientGamePacketListener.handleEntityEvent
(ClientboundEntityEventPacket pPacket) 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 (...)