reset(); $this->putInt($this->seed); $this->putInt($this->generator); $this->putInt($this->gamemode); $this->putInt($this->eid); $this->putInt($this->spawnX); $this->putInt($this->spawnY); $this->putInt($this->spawnZ); $this->putFloat($this->x); $this->putFloat($this->y); $this->putFloat($this->z); } }