LeviLamina
Loading...
Searching...
No Matches
StructureBlockPlacementInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/structure/BlockPlacementType.h"
7#include "mc/world/level/levelgen/structure/PlacedConnectionBlock.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 24, ::std::variant<::BlockPlacementType, ::PlacedConnectionBlock>> mPlacementInfo;
14 // NOLINTEND
15};
Definition StructureBlockPlacementInfo.h:9