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
26 ::ll::TypedStorage<8, 8, ::Block const*> mStoneBrick;
27 ::ll::TypedStorage<8, 8, ::Block const*> mInfestedStoneBrick;
28 ::ll::TypedStorage<8, 8, ::Block const*> mAirBlock;
29 ::ll::TypedStorage<8, 8, ::Block const*> mCrackedStoneBrick;
30 ::ll::TypedStorage<8, 8, ::Block const*> mMossyStoneBrick;
31 // NOLINTEND
32 };
33
34public:
35 // member variables
36 // NOLINTBEGIN
37 ::ll::TypedStorage<8, 40, ::SmoothStoneSelector::LocalRegistry> mLocalRegistry;
38 // NOLINTEND
39
40public:
41 // virtual functions
42 // NOLINTBEGIN
43 // vIndex: 1
44 virtual ::Block const& next(::Random& random, int, int, int, bool isEdge) const /*override*/;
45
46 // vIndex: 0
47 virtual ~SmoothStoneSelector() /*override*/;
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCFOLD void $dtor();
54 // NOLINTEND
55
56public:
57 // virtual function thunks
58 // NOLINTBEGIN
59 MCAPI ::Block const& $next(::Random& random, int, int, int, bool isEdge) const;
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCNAPI static void** $vftable();
66 // NOLINTEND
67};
Definition BlockSelector.h:11
Definition Block.h:37
Definition Random.h:10
Definition SmoothStoneSelector.h:14
static MCAPI void ** $vftable()
Definition SmoothStoneSelector.h:22