pocketmine\network\protocol\SetEntityMotionPacket::clean PHP Method

clean() public method

public clean ( )
    public function clean()
    {
        $this->entities = [];
        return parent::clean();
    }
SetEntityMotionPacket