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 // vIndex: 2
31 virtual ::StructurePieceType getType() const /*override*/;
32
33 // vIndex: 0
34 virtual ~SHStartPiece() /*override*/;
35 // NOLINTEND
36
37public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCAPI void $dtor();
41 // NOLINTEND
42
43public:
44 // virtual function thunks
45 // NOLINTBEGIN
46 MCAPI ::StructurePieceType $getType() const;
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCNAPI static void** $vftable();
53 // NOLINTEND
54};
Definition PieceWeight.h:5
Definition SHPortalRoom.h:17
Definition SHStairsDown.h:17
Definition SHStartPiece.h:16
static MCAPI void ** $vftable()
Definition StructurePiece.h:18