22declare(strict_types=1);
 
   24namespace pocketmine\network\mcpe;
 
   92    public function onEmote(array $recipients, 
Human $from, 
string $emoteId) : void;
 
 
onEntityEffectRemoved(array $recipients, Living $entity, EffectInstance $effect)
 
onMobMainHandItemChange(array $recipients, Human $mob)
 
onMobArmorChange(array $recipients, Living $mob)
 
syncAttributes(array $recipients, Living $entity, array $attributes)
 
syncActorData(array $recipients, Entity $entity, array $properties)
 
onEntityEffectAdded(array $recipients, Living $entity, EffectInstance $effect, bool $replacesOldEffect)
 
onEmote(array $recipients, Human $from, string $emoteId)
 
onEntityRemoved(array $recipients, Entity $entity)
 
onMobOffHandItemChange(array $recipients, Human $mob)
 
onPickUpItem(array $recipients, Entity $collector, Entity $pickedUp)