LeviLamina
Loading...
Searching...
No Matches
RandomGroupPoolAliasBinding.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/levelgen/structure/structurepools/alias/PoolAliasBinding.h"
7
8// auto generated forward declare list
9// clang-format off
10class IRandom;
11// clang-format on
12
13namespace PoolAliasBindingInternal {
14
16public:
17 // member variables
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 0
32 virtual void
33 appendResolvedAliases(::IRandom& random, ::PoolAliasBinding::PoolAliasLookup& inOutResolvedAliases) const
34 /*override*/;
35
36 // vIndex: 1
37 virtual void forAllTargets(::std::function<void(::std::string const&, ::std::string const&)> const& fn) const
38 /*override*/;
39
40 // vIndex: 2
41 virtual ~RandomGroupPoolAliasBinding() /*override*/ = default;
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53 MCAPI void
54 $appendResolvedAliases(::IRandom& random, ::PoolAliasBinding::PoolAliasLookup& inOutResolvedAliases) const;
55
56 MCAPI void $forAllTargets(::std::function<void(::std::string const&, ::std::string const&)> const& fn) const;
57 // NOLINTEND
58
59public:
60 // vftables
61 // NOLINTBEGIN
62 MCAPI static void** $vftable();
63 // NOLINTEND
64};
65
66} // namespace PoolAliasBindingInternal
Definition IRandom.h:10
Definition RandomGroupPoolAliasBinding.h:15
Definition PoolAliasBinding.h:22
Definition PoolAliasBinding.h:14
Definition Alias.h:14