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
32 virtual ~DirectPoolAliasBinding() /*override*/ = default;
33 // NOLINTEND
34
35public:
36 // virtual function thunks
37 // NOLINTBEGIN
38 MCAPI void $appendResolvedAliases(::IRandom&, ::PoolAliasBinding::PoolAliasLookup& inOutResolvedAliases) const;
39
40 MCAPI void $forAllTargets(::std::function<void(::std::string const&, ::std::string const&)> const& fn) const;
41
42
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCNAPI static void** $vftable();
49 // NOLINTEND
50};
51
52} // namespace PoolAliasBindingInternal
Definition IRandom.h:13
Definition DirectPoolAliasBinding.h:15
Definition PoolAliasBinding.h:22
Definition PoolAliasBinding.h:14