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 virtual ::Block const& next(::Random& random, int isEdge, int, int, bool) const /*override*/;
44 // NOLINTEND
45
46public:
47 // virtual function thunks
48 // NOLINTBEGIN
49 MCAPI ::Block const& $next(::Random& random, int isEdge, int, int, bool) const;
50
51
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCNAPI static void** $vftable();
58 // NOLINTEND
59};
Definition BlockSelector.h:11
Definition Block.h:69
Definition Random.h:10
Definition SmoothStoneSelector.h:14
static MCAPI void ** $vftable()
Definition SmoothStoneSelector.h:22