#include <ITemperatureWorldChunkable.hpp>
Should not be derived directly. Use ITemperatureWorldChunkable. This class is useful for dynamic_cast.
| virtual void ITemperatureWorldChunkableMixin::foreachChunk |
( |
ForeachChunkFn |
func | ) |
const |
|
pure virtual |
Retrieves chunk which holds this point.
- Parameters
-
| x | X coordinate. |
| y | Y coordinate. |
| z | Z coordinate. |
- Returns
- Chunk at the point.
Implemented in ChunkedTemperatureWorld.
| virtual bool ITemperatureWorldChunkableMixin::hasChunk |
( |
Coord |
x, |
|
|
Coord |
y, |
|
|
Coord |
z |
|
) |
| const |
|
pure virtualnoexcept |
Tells whether the chunk which holds this point exists. This method doesn't throw exceptions.
- Parameters
-
| x | X coordinate. |
| y | Y coordinate. |
| z | Z coordinate. |
- Returns
- True if chunk exists.
Implemented in ChunkedTemperatureWorld.
The documentation for this class was generated from the following file: