LeviLamina
Loading...
Searching...
No Matches
RuinedPortalStart.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/structure/StructureStart.h"
7
8// auto generated forward declare list
9// clang-format off
10class BiomeRegistry;
11class BiomeSource;
13// clang-format on
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 4
20 virtual ::std::string_view getStructureName() const /*override*/;
21
22 // vIndex: 0
23 virtual ~RuinedPortalStart() /*override*/ = default;
24 // NOLINTEND
25
26public:
27 // member functions
28 // NOLINTBEGIN
30 ::BiomeRegistry& registry,
31 ::BiomeSource const& source,
32 int chunkX,
33 int chunkZ,
34 ::IPreliminarySurfaceProvider const& preliminarySurfaceLevel
35 );
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCAPI void* $ctor(
42 ::BiomeRegistry& registry,
43 ::BiomeSource const& source,
44 int chunkX,
45 int chunkZ,
46 ::IPreliminarySurfaceProvider const& preliminarySurfaceLevel
47 );
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53
54 // NOLINTEND
55
56public:
57 // virtual function thunks
58 // NOLINTBEGIN
59 MCAPI ::std::string_view $getStructureName() const;
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCAPI static void** $vftable();
66 // NOLINTEND
67};
Definition BiomeRegistry.h:30
Definition BiomeSource.h:16
Definition IPreliminarySurfaceProvider.h:8
Definition RuinedPortalStart.h:15
Definition StructureStart.h:13