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
// vIndex: 0
28
virtual
void
29
appendResolvedAliases(
::IRandom
& random,
::PoolAliasBinding::PoolAliasLookup
& inOutResolvedAliases)
const
30
/*override*/
;
31
32
// vIndex: 1
33
virtual
void
forAllTargets(::std::function<
void
(::std::string
const
&, ::std::string
const
&)>
const
& fn)
const
34
/*override*/
;
35
36
// vIndex: 2
37
virtual
~RandomPoolAliasBinding
()
/*override*/
=
default
;
38
// NOLINTEND
39
40
public
:
41
// virtual function thunks
42
// NOLINTBEGIN
43
MCAPI
void
44
$appendResolvedAliases(
::IRandom
& random,
::PoolAliasBinding::PoolAliasLookup
& inOutResolvedAliases)
const
;
45
46
MCAPI
void
$forAllTargets(::std::function<
void
(::std::string
const
&, ::std::string
const
&)>
const
& fn)
const
;
47
// NOLINTEND
48
49
public
:
50
// vftables
51
// NOLINTBEGIN
52
MCNAPI
static
void
**
$vftable
();
53
// NOLINTEND
54
};
55
56
}
// 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:26
PoolAliasBinding
Definition
PoolAliasBinding.h:14
src-server
mc
world
level
levelgen
structure
structurepools
alias
pool_alias_binding_internal
RandomPoolAliasBinding.h
Generated on Tue Nov 25 2025 04:01:53 for LeviLamina by
1.12.0