LeviLamina
Loading...
Searching...
No Matches
OceanRuinStart.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 Dimension;
11class Random;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 OceanRuinStart& operator=(OceanRuinStart const&);
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 4
31 virtual ::std::string_view getStructureName() const /*override*/;
32
33 // vIndex: 0
34 virtual ~OceanRuinStart() /*override*/ = default;
35 // NOLINTEND
36
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCAPI void createRuin(::Dimension& dim, ::Random& random, int x, int z);
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46
47 // NOLINTEND
48
49public:
50 // virtual function thunks
51 // NOLINTBEGIN
52 MCAPI ::std::string_view $getStructureName() const;
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCAPI static void** $vftable();
59 // NOLINTEND
60};
Definition Dimension.h:83
Definition OceanRuinStart.h:14
Definition Random.h:16
Definition StructureStart.h:13
Definition Alias.h:14