LeviLamina
Loading...
Searching...
No Matches
SubChunkStorageFormat.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/chunk/sub_chunk_storage_unit/Type.h"
7
8
namespace
SubChunkStorageUnit {
9
10
union
SubChunkStorageFormat
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
bool
network : 1;
15
::SubChunkStorageUnit::Type type : 7;
16
::ll::TypedStorage<1, 1, char> raw;
17
// NOLINTEND
18
};
19
}
// namespace SubChunkStorageUnit
SubChunkStorageUnit::SubChunkStorageFormat
Definition
SubChunkStorageFormat.h:10
src
mc
world
level
chunk
sub_chunk_storage_unit
SubChunkStorageFormat.h
Generated on
for LeviLamina by
1.16.1