human = $human; $this->item = $item; } public function encode() : array{ return [ //TODO: need to check the data values ActorEventPacket::create($this->human->getId(), ActorEventPacket::EATING_ITEM, ($this->item->getId() << 16) | $this->item->getMeta()) ]; } }