LeviLamina
Loading...
Searching...
No Matches
WeightedRandomFeature.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/feature/IFeature.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockPos;
11// clang-format on
12
14public:
15 // WeightedRandomFeature inner types declare
16 // clang-format off
18 // clang-format on
19
20 // WeightedRandomFeature inner types define
22 public:
23 // member variables
24 // NOLINTBEGIN
27 // NOLINTEND
28
29 public:
30 // prevent constructor by default
34 };
35
36public:
37 // member variables
38 // NOLINTBEGIN
40 // NOLINTEND
41
42public:
43 // prevent constructor by default
47
48public:
49 // virtual functions
50 // NOLINTBEGIN
51 // vIndex: 0
52 virtual ~WeightedRandomFeature() /*override*/ = default;
53
54 // vIndex: 1
55 virtual ::std::optional<::BlockPos> place(::IFeature::PlacementContext const& context) const /*override*/;
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61
62 // NOLINTEND
63
64public:
65 // virtual function thunks
66 // NOLINTBEGIN
67 MCAPI ::std::optional<::BlockPos> $place(::IFeature::PlacementContext const& context) const;
68 // NOLINTEND
69
70public:
71 // vftables
72 // NOLINTBEGIN
73 MCAPI static void** $vftable();
74 // NOLINTEND
75};
Definition BlockPos.h:18
Definition IFeature.h:13
Definition WeightedRandomFeature.h:13
Definition IFeature.h:21
Definition WeightedRandomFeature.h:21
Definition context.h:5
Definition Alias.h:14