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
10public:
11 // member variables
12 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 SHStartPiece& operator=(SHStartPiece const&);
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 // vIndex: 2
30 virtual ::StructurePieceType getType() const /*override*/;
31
32 // vIndex: 0
33 virtual ~SHStartPiece() /*override*/;
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCAPI void $dtor();
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45 MCAPI ::StructurePieceType $getType() const;
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCAPI static void** $vftable();
52 // NOLINTEND
53};
Definition SHStairsDown.h:17
Definition SHStartPiece.h:9
Definition Alias.h:14