pocketmine\network\protocol\RemoveBlockPacket::decode PHP Метод

decode() публичный Метод

public decode ( )
    public function decode()
    {
        $this->getBlockCoords($this->x, $this->y, $this->z);
    }
RemoveBlockPacket