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
10
class
IRandom
;
11
// clang-format on
12
13
namespace
PoolAliasBindingInternal {
14
15
class
DirectPoolAliasBinding
:
public
::PoolAliasBinding
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 32, ::std::string> mId;
20
::ll::TypedStorage<8, 32, ::std::string> mTarget;
21
// NOLINTEND
22
23
public
:
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
35
public
:
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
45
public
:
46
// vftables
47
// NOLINTBEGIN
48
MCNAPI
static
void
**
$vftable
();
49
// NOLINTEND
50
};
51
52
}
// namespace PoolAliasBindingInternal
IRandom
Definition
IRandom.h:13
PoolAliasBindingInternal::DirectPoolAliasBinding
Definition
DirectPoolAliasBinding.h:15
PoolAliasBindingInternal::DirectPoolAliasBinding::$vftable
static MCAPI void ** $vftable()
PoolAliasBinding::PoolAliasLookup
Definition
PoolAliasBinding.h:22
PoolAliasBinding
Definition
PoolAliasBinding.h:14
src
mc
world
level
levelgen
structure
structurepools
alias
pool_alias_binding_internal
DirectPoolAliasBinding.h
Generated on
for LeviLamina by
1.16.1