LeviLamina
Loading...
Searching...
No Matches
SmoothStoneSelector.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 // SmoothStoneSelector inner types declare
17 // clang-format off
18 struct LocalRegistry;
19 // clang-format on
20
21 // SmoothStoneSelector inner types define
23 public:
24 // member variables
25 // NOLINTBEGIN
31 // NOLINTEND
32
33 public:
34 // prevent constructor by default
35 LocalRegistry& operator=(LocalRegistry const&);
38 };
39
40public:
41 // member variables
42 // NOLINTBEGIN
44 // NOLINTEND
45
46public:
47 // prevent constructor by default
51
52public:
53 // virtual functions
54 // NOLINTBEGIN
55 // vIndex: 1
56 virtual ::Block const& next(::Random& random, int, int, int, bool isEdge) const /*override*/;
57
58 // vIndex: 0
59 virtual ~SmoothStoneSelector() /*override*/;
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65 MCFOLD void $dtor();
66 // NOLINTEND
67
68public:
69 // virtual function thunks
70 // NOLINTBEGIN
71 MCAPI ::Block const& $next(::Random& random, int, int, int, bool isEdge) const;
72 // NOLINTEND
73
74public:
75 // vftables
76 // NOLINTBEGIN
77 MCAPI static void** $vftable();
78 // NOLINTEND
79};
Definition BlockSelector.h:11
Definition Block.h:36
Definition Random.h:16
Definition SmoothStoneSelector.h:14
Definition SmoothStoneSelector.h:22
Definition Alias.h:14