| 586 | } |
| 587 | |
| 588 | LiquidLevel SpawnerWorld::liquidLevel(Vec2I const& position) const { |
| 589 | return m_worldServer->liquidLevel(position); |
| 590 | } |
| 591 | |
| 592 | bool SpawnerWorld::spawningProhibited(RectF const& area) const { |
| 593 | RectI region = RectI::integral(area); |
no outgoing calls
no test coverage detected