diff options
| author | Mel <einebeere@gmail.com> | 2024-02-02 16:16:25 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-02-02 16:16:25 +0100 |
| commit | a4a61ac2e6389af0968ac4fb305b82c6eb90bf0e (patch) | |
| tree | 800749ed6a5d503837a6bf0c389c133fcb59143d /src/World/Chunk.hpp | |
| parent | 250e37c742f3ad46f093f4534098cdf8f68a29a9 (diff) | |
| download | meowcraft-a4a61ac2e6389af0968ac4fb305b82c6eb90bf0e.tar.zst meowcraft-a4a61ac2e6389af0968ac4fb305b82c6eb90bf0e.zip | |
Placing blocks
Diffstat (limited to 'src/World/Chunk.hpp')
| -rw-r--r-- | src/World/Chunk.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/World/Chunk.hpp b/src/World/Chunk.hpp index 9a29284..bab20f2 100644 --- a/src/World/Chunk.hpp +++ b/src/World/Chunk.hpp @@ -68,6 +68,7 @@ public: static Bool is_valid_position(Position::BlockLocal pos); static AABB block_bounds(Position::BlockLocal pos); + static AABB block_bounds(Position::BlockWorld pos); private: static U64 pos(U32 x, U32 y, U32 z); |
