LeviLamina
Loading...
Searching...
No Matches
BlockPart.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_26_10/block/MultiBlockPart.h"
7#include "mc/world/level/BlockPos.h"
8
9// auto generated forward declare list
10// clang-format off
11class Block;
12// clang-format on
13
14struct BlockPart {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 12, ::BlockPos> mOffset;
19 ::ll::TypedStorage<1, 1, ::SharedTypes::v1_26_10::MultiBlockPart> mPartId;
20 ::ll::TypedStorage<8, 8, ::Block const*> mPart;
21 // NOLINTEND
22};
Definition Block.h:43
Definition BlockPart.h:14