LeviLamina
Loading...
Searching...
No Matches
RandomPoolAliasBinding.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/math/SimpleWeightedEntry.h"
7
#include "mc/world/level/levelgen/structure/structurepools/alias/PoolAliasBinding.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
IRandom
;
12
// clang-format on
13
14
namespace
PoolAliasBindingInternal {
15
16
class
RandomPoolAliasBinding
:
public
::PoolAliasBinding
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 32, ::std::string> mId;
21
::ll::TypedStorage<8, 24, ::std::vector<::Core::SimpleWeightedEntry<::std::string>>> mTargets;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
virtual
void
28
appendResolvedAliases(
::IRandom
& random,
::PoolAliasBinding::PoolAliasLookup
& inOutResolvedAliases)
const
29
/*override*/
;
30
31
virtual
void
forAllTargets(::std::function<
void
(::std::string
const
&, ::std::string
const
&)>
const
& fn)
const
32
/*override*/
;
33
34
virtual
~RandomPoolAliasBinding
()
/*override*/
=
default
;
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
MCAPI
void
41
$appendResolvedAliases(
::IRandom
& random,
::PoolAliasBinding::PoolAliasLookup
& inOutResolvedAliases)
const
;
42
43
MCAPI
void
$forAllTargets(::std::function<
void
(::std::string
const
&, ::std::string
const
&)>
const
& fn)
const
;
44
45
46
// NOLINTEND
47
48
public
:
49
// vftables
50
// NOLINTBEGIN
51
MCNAPI
static
void
**
$vftable
();
52
// NOLINTEND
53
};
54
55
}
// namespace PoolAliasBindingInternal
IRandom
Definition
IRandom.h:13
PoolAliasBindingInternal::RandomPoolAliasBinding
Definition
RandomPoolAliasBinding.h:16
PoolAliasBindingInternal::RandomPoolAliasBinding::$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
RandomPoolAliasBinding.h
Generated on
for LeviLamina by
1.16.1