LeviLamina
Loading...
Searching...
No Matches
ChunkKey.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/AutomaticID.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ChunkPos
;
11
class
Dimension
;
12
// clang-format on
13
14
class
ChunkKey
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 8, ::ChunkPos const> pos;
19
::ll::TypedStorage<4, 4, ::DimensionType const> id;
20
// NOLINTEND
21
22
public
:
23
// member functions
24
// NOLINTBEGIN
25
MCAPI uint64 hashCode()
const
;
26
// NOLINTEND
27
};
ChunkKey
Definition
ChunkKey.h:14
ChunkPos
Definition
ChunkPos.h:11
Dimension
Definition
Dimension.h:83
src
mc
world
level
chunk
ChunkKey.h
Generated on Sat Apr 26 2025 05:56:23 for LeviLamina by
1.12.0