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