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
#include "mc/world/level/ChunkPos.h"
8
9
// auto generated forward declare list
10
// clang-format off
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
MCNAPI ::std::string_view
asSpan
()
const
;
26
27
MCNAPI uint64
hashCode
()
const
;
28
// NOLINTEND
29
};
ChunkKey
Definition
ChunkKey.h:14
ChunkKey::hashCode
MCAPI uint64 hashCode() const
ChunkKey::asSpan
MCAPI::std::string_view asSpan() const
Dimension
Definition
Dimension.h:83
src
mc
world
level
chunk
ChunkKey.h
Generated on Wed Aug 27 2025 11:40:38 for LeviLamina by
1.12.0