| 278 | } |
| 279 | |
| 280 | WorldTemplate::BlockInfo WorldTemplate::blockInfo(int x, int y) const { |
| 281 | return getBlockInfo(m_geometry.xwrap(x), y); |
| 282 | } |
| 283 | |
| 284 | WorldTemplate::BlockInfo WorldTemplate::blockBiomeInfo(int x, int y) const { |
| 285 | BlockInfo blockInfo; |
no test coverage detected