LeviLamina
Loading...
Searching...
No Matches
DirectPoolAliasBinding.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
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 0
33 virtual void appendResolvedAliases(::IRandom&, ::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 ~DirectPoolAliasBinding() /*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 $appendResolvedAliases(::IRandom&, ::PoolAliasBinding::PoolAliasLookup& inOutResolvedAliases) const;
54
55 MCAPI void $forAllTargets(::std::function<void(::std::string const&, ::std::string const&)> const& fn) const;
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCAPI static void** $vftable();
62 // NOLINTEND
63};
64
65} // namespace PoolAliasBindingInternal
Definition IRandom.h:10
Definition DirectPoolAliasBinding.h:15
Definition PoolAliasBinding.h:22
Definition PoolAliasBinding.h:14
Definition Alias.h:14