| 605 | } |
| 606 | |
| 607 | uint64_t SpawnerWorld::spawnSeed() const { |
| 608 | return m_worldServer->worldTemplate()->worldSeed(); |
| 609 | } |
| 610 | |
| 611 | SpawnProfile SpawnerWorld::spawnProfile(Vec2F const& position) const { |
| 612 | Vec2I ipos = Vec2I::floor(position); |
no test coverage detected