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
19 ::ll::TypedStorage<8, 32, ::std::string> mId;
20 ::ll::TypedStorage<8, 32, ::std::string> mTarget;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual void appendResolvedAliases(::IRandom&, ::PoolAliasBinding::PoolAliasLookup& inOutResolvedAliases) const
27 /*override*/;
28
29 virtual void forAllTargets(::std::function<void(::std::string const&, ::std::string const&)> const& fn) const
30 /*override*/;
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36 MCAPI void $appendResolvedAliases(::IRandom&, ::PoolAliasBinding::PoolAliasLookup& inOutResolvedAliases) const;
37
38 MCAPI void $forAllTargets(::std::function<void(::std::string const&, ::std::string const&)> const& fn) const;
39
40
41 // NOLINTEND
42
43public:
44 // vftables
45 // NOLINTBEGIN
46 MCNAPI static void** $vftable();
47 // NOLINTEND
48};
49
50} // namespace PoolAliasBindingInternal
Definition IRandom.h:10
Definition DirectPoolAliasBinding.h:15
Definition PoolAliasBinding.h:24
Definition PoolAliasBinding.h:16