LeviLamina
Loading...
Searching...
No Matches
LootItemRandomDifficultyChanceCondition.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/storage/loot/predicates/LootItemCondition.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
LootTableContext
;
11
class
Random
;
12
namespace
Json {
class
Value; }
13
// clang-format on
14
15
class
LootItemRandomDifficultyChanceCondition
:
public
::LootItemCondition
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 24>
mUnk12a2e8;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
LootItemRandomDifficultyChanceCondition
& operator=(
LootItemRandomDifficultyChanceCondition
const
&);
25
LootItemRandomDifficultyChanceCondition
(
LootItemRandomDifficultyChanceCondition
const
&);
26
LootItemRandomDifficultyChanceCondition
();
27
28
public
:
29
// virtual functions
30
// NOLINTBEGIN
31
// vIndex: 0
32
virtual
~LootItemRandomDifficultyChanceCondition
()
/*override*/
=
default
;
33
34
// vIndex: 1
35
virtual
bool
applies(
::Random
& random,
::LootTableContext
&
context
)
/*override*/
;
36
// NOLINTEND
37
38
public
:
39
// member functions
40
// NOLINTBEGIN
41
MCAPI
explicit
LootItemRandomDifficultyChanceCondition
(
::Json::Value
object
);
42
// NOLINTEND
43
44
public
:
45
// constructor thunks
46
// NOLINTBEGIN
47
MCAPI
void
* $ctor(
::Json::Value
object
);
48
// NOLINTEND
49
50
public
:
51
// destructor thunk
52
// NOLINTBEGIN
53
54
// NOLINTEND
55
56
public
:
57
// virtual function thunks
58
// NOLINTBEGIN
59
MCAPI
bool
$applies(
::Random
& random,
::LootTableContext
&
context
);
60
// NOLINTEND
61
62
public
:
63
// vftables
64
// NOLINTBEGIN
65
MCAPI
static
void
** $vftable();
66
// NOLINTEND
67
};
Json::Value
Definition
Value.h:16
LootItemCondition
Definition
LootItemCondition.h:12
LootItemRandomDifficultyChanceCondition
Definition
LootItemRandomDifficultyChanceCondition.h:15
LootTableContext
Definition
LootTableContext.h:20
Random
Definition
Random.h:16
context
Definition
context.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
storage
loot
predicates
LootItemRandomDifficultyChanceCondition.h
Generated on Sat Apr 26 2025 05:56:32 for LeviLamina by
1.12.0