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
8namespace SubChunkStorageUnit {
9
11public:
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
Definition SubChunkStorageFormat.h:10