LeviLamina
Loading...
Searching...
No Matches
SHStartPiece.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/structure/SHStairsDown.h"
7#include "mc/world/level/levelgen/structure/StructurePieceType.h"
8
9// auto generated forward declare list
10// clang-format off
11class PieceWeight;
12class SHPortalRoom;
13class StructurePiece;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 24, ::std::vector<::StructurePiece*>> pendingChildren;
21 ::ll::TypedStorage<8, 8, ::SHPortalRoom*> portalRoom;
22 ::ll::TypedStorage<8, 32, ::std::string> imposedPiece;
23 ::ll::TypedStorage<8, 32, ::std::string> previousPiece;
24 ::ll::TypedStorage<8, 24, ::std::vector<::PieceWeight>> pieceWeights;
25 // NOLINTEND
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 virtual ::StructurePieceType getType() const /*override*/;
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36 MCAPI ::StructurePieceType $getType() const;
37
38
39 // NOLINTEND
40
41public:
42 // vftables
43 // NOLINTBEGIN
44 MCNAPI static void** $vftable();
45 // NOLINTEND
46};
Definition PieceWeight.h:5
Definition SHPortalRoom.h:17
Definition SHStairsDown.h:17
Definition SHStartPiece.h:16
static MCAPI void ** $vftable()
Definition StructurePiece.h:21