LeviLamina
Loading...
Searching...
No Matches
MossStoneSelector.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/structure/BlockSelector.h"
7
8// auto generated forward declare list
9// clang-format off
10class Block;
11class Random;
12// clang-format on
13
15public:
16 // MossStoneSelector inner types declare
17 // clang-format off
18 struct LocalRegistry;
19 // clang-format on
20
21 // MossStoneSelector inner types define
23 public:
24 // member variables
25 // NOLINTBEGIN
28 // NOLINTEND
29
30 public:
31 // prevent constructor by default
32 LocalRegistry& operator=(LocalRegistry const&);
35 };
36
37public:
38 // member variables
39 // NOLINTBEGIN
41 // NOLINTEND
42
43public:
44 // prevent constructor by default
45 MossStoneSelector& operator=(MossStoneSelector const&);
48
49public:
50 // virtual functions
51 // NOLINTBEGIN
52 // vIndex: 1
53 virtual ::Block const& next(::Random& random, int, int, int, bool) const /*override*/;
54
55 // vIndex: 0
56 virtual ~MossStoneSelector() /*override*/;
57 // NOLINTEND
58
59public:
60 // destructor thunk
61 // NOLINTBEGIN
62 MCFOLD void $dtor();
63 // NOLINTEND
64
65public:
66 // virtual function thunks
67 // NOLINTBEGIN
68 MCAPI ::Block const& $next(::Random& random, int, int, int, bool) const;
69 // NOLINTEND
70
71public:
72 // vftables
73 // NOLINTBEGIN
74 MCAPI static void** $vftable();
75 // NOLINTEND
76};
Definition BlockSelector.h:11
Definition Block.h:36
Definition MossStoneSelector.h:14
Definition Random.h:16
Definition MossStoneSelector.h:22
Definition Alias.h:14