LeviLamina
Loading...
Searching...
No Matches
LegacySwampFoliageFeature.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/feature/Feature.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockPos;
11class BlockSource;
12class FeatureRegistry;
13class Random;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 // vIndex: 4
37 virtual bool place(::BlockSource& region, ::BlockPos const& origin, ::Random& random) const /*override*/;
38
39 // vIndex: 0
40 virtual ~LegacySwampFoliageFeature() /*override*/ = default;
41 // NOLINTEND
42
43public:
44 // member functions
45 // NOLINTBEGIN
46 MCAPI explicit LegacySwampFoliageFeature(::FeatureRegistry& registry);
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCAPI void* $ctor(::FeatureRegistry& registry);
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58
59 // NOLINTEND
60
61public:
62 // virtual function thunks
63 // NOLINTBEGIN
64 MCAPI bool $place(::BlockSource& region, ::BlockPos const& origin, ::Random& random) const;
65 // NOLINTEND
66
67public:
68 // vftables
69 // NOLINTBEGIN
70 MCAPI static void** $vftable();
71 // NOLINTEND
72};
Definition BlockPos.h:18
Definition BlockSource.h:67
Definition FeatureRegistry.h:18
Definition Feature.h:18
Definition LegacySwampFoliageFeature.h:16
Definition Random.h:16
Definition Alias.h:14