LeviLamina
Loading...
Searching...
No Matches
LootItemRandomChanceWithLootingCondition.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
LootItemRandomChanceWithLootingCondition
:
public
::LootItemCondition
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<4, 4>
mUnk32edd3;
20
::ll::UntypedStorage<4, 4>
mUnk392266;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
LootItemRandomChanceWithLootingCondition
& operator=(
LootItemRandomChanceWithLootingCondition
const
&);
26
LootItemRandomChanceWithLootingCondition
(
LootItemRandomChanceWithLootingCondition
const
&);
27
LootItemRandomChanceWithLootingCondition
();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
// vIndex: 1
33
virtual
bool
applies(
::Random
& random,
::LootTableContext
&
context
)
/*override*/
;
34
35
// vIndex: 0
36
virtual
~LootItemRandomChanceWithLootingCondition
()
/*override*/
=
default
;
37
// NOLINTEND
38
39
public
:
40
// static functions
41
// NOLINTBEGIN
42
MCNAPI static ::std::unique_ptr<::LootItemCondition>
deserialize
(
::Json::Value
const
&
object
);
43
// NOLINTEND
44
45
public
:
46
// virtual function thunks
47
// NOLINTBEGIN
48
MCNAPI
bool
$applies
(
::Random
& random,
::LootTableContext
&
context
);
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCNAPI
static
void
**
$vftable
();
55
// NOLINTEND
56
};
Json::Value
Definition
Value.h:16
LootItemCondition
Definition
LootItemCondition.h:12
LootItemRandomChanceWithLootingCondition
Definition
LootItemRandomChanceWithLootingCondition.h:15
LootItemRandomChanceWithLootingCondition::deserialize
static MCAPI ::std::unique_ptr<::LootItemCondition > deserialize(::Json::Value const &object)
LootItemRandomChanceWithLootingCondition::$vftable
static MCAPI void ** $vftable()
LootItemRandomChanceWithLootingCondition::$applies
MCAPI bool $applies(::Random &random, ::LootTableContext &context)
LootTableContext
Definition
LootTableContext.h:19
Random
Definition
Random.h:10
context
Definition
context.h:5
ll::UntypedStorage
Definition
Alias.h:14
src-server
mc
world
level
storage
loot
predicates
LootItemRandomChanceWithLootingCondition.h
Generated on Sun Oct 12 2025 06:32:36 for LeviLamina by
1.12.0