LeviLamina
Loading...
Searching...
No Matches
LootItemCondition.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
LootTableContext
;
8
class
Random
;
9
namespace
Json {
class
Value; }
10
// clang-format on
11
12
class
LootItemCondition
{
13
public
:
14
// virtual functions
15
// NOLINTBEGIN
16
// vIndex: 0
17
virtual
~LootItemCondition
();
18
19
// vIndex: 1
20
virtual
bool
applies(
::Random
&,
::LootTableContext
&) = 0;
21
// NOLINTEND
22
23
public
:
24
// static functions
25
// NOLINTBEGIN
26
MCAPI static ::std::unique_ptr<::LootItemCondition>
27
deserialize(
::Json::Value
object
,
bool
usingUpcomingCreatorFeaturesExperiment);
28
// NOLINTEND
29
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
MCFOLD
void
$dtor();
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
40
// NOLINTEND
41
42
public
:
43
// vftables
44
// NOLINTBEGIN
45
MCAPI
static
void
** $vftable();
46
// NOLINTEND
47
};
Json::Value
Definition
Value.h:16
LootItemCondition
Definition
LootItemCondition.h:12
LootTableContext
Definition
LootTableContext.h:20
Random
Definition
Random.h:16
src
mc
world
level
storage
loot
predicates
LootItemCondition.h
Generated on Sat Apr 26 2025 05:56:32 for LeviLamina by
1.12.0