LeviLamina
Loading...
Searching...
No Matches
LootItemPropertyValueCondition.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
PropertyComponent
;
12
class
Random
;
13
// clang-format on
14
15
class
LootItemPropertyValueCondition
:
public
::LootItemCondition
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 48>
mUnke360f1;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
LootItemPropertyValueCondition
& operator=(
LootItemPropertyValueCondition
const
&);
25
LootItemPropertyValueCondition
(
LootItemPropertyValueCondition
const
&);
26
LootItemPropertyValueCondition
();
27
28
public
:
29
// virtual functions
30
// NOLINTBEGIN
31
// vIndex: 1
32
virtual
bool
applies(
::Random
&,
::LootTableContext
&
context
)
/*override*/
;
33
34
// vIndex: 2
35
virtual
bool
_hasPropertyValue(
::PropertyComponent
const
&)
const
= 0;
36
37
// vIndex: 0
38
virtual
~LootItemPropertyValueCondition
()
/*override*/
=
default
;
39
// NOLINTEND
40
41
public
:
42
// virtual function thunks
43
// NOLINTBEGIN
44
MCNAPI
bool
$applies
(
::Random
&,
::LootTableContext
&
context
);
45
// NOLINTEND
46
47
public
:
48
// vftables
49
// NOLINTBEGIN
50
MCNAPI
static
void
**
$vftable
();
51
// NOLINTEND
52
};
LootItemCondition
Definition
LootItemCondition.h:12
LootItemPropertyValueCondition
Definition
LootItemPropertyValueCondition.h:15
LootItemPropertyValueCondition::$vftable
static MCAPI void ** $vftable()
LootItemPropertyValueCondition::$applies
MCAPI bool $applies(::Random &, ::LootTableContext &context)
LootTableContext
Definition
LootTableContext.h:19
PropertyComponent
Definition
PropertyComponent.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
LootItemPropertyValueCondition.h
Generated on Sun Oct 12 2025 06:32:36 for LeviLamina by
1.12.0