LeviLamina
Loading...
Searching...
No Matches
LootItemKilledByPlayerOrPetsCondition.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
LootItemKilledByPlayerOrPetsCondition
:
public
::LootItemCondition
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
// vIndex: 1
20
virtual
bool
applies(
::Random
&,
::LootTableContext
&
context
)
/*override*/
;
21
22
// vIndex: 0
23
virtual
~LootItemKilledByPlayerOrPetsCondition
()
/*override*/
=
default
;
24
// NOLINTEND
25
26
public
:
27
// static functions
28
// NOLINTBEGIN
29
MCNAPI static ::std::unique_ptr<::LootItemCondition>
deserialize
(
::Json::Value
const
&
object
);
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
MCNAPI
bool
$applies
(
::Random
&,
::LootTableContext
&
context
);
36
// NOLINTEND
37
38
public
:
39
// vftables
40
// NOLINTBEGIN
41
MCNAPI
static
void
**
$vftable
();
42
// NOLINTEND
43
};
Json::Value
Definition
Value.h:16
LootItemCondition
Definition
LootItemCondition.h:12
LootItemKilledByPlayerOrPetsCondition
Definition
LootItemKilledByPlayerOrPetsCondition.h:15
LootItemKilledByPlayerOrPetsCondition::$applies
MCAPI bool $applies(::Random &, ::LootTableContext &context)
LootItemKilledByPlayerOrPetsCondition::deserialize
static MCAPI ::std::unique_ptr<::LootItemCondition > deserialize(::Json::Value const &object)
LootItemKilledByPlayerOrPetsCondition::$vftable
static MCAPI void ** $vftable()
LootTableContext
Definition
LootTableContext.h:19
Random
Definition
Random.h:10
context
Definition
context.h:5
src-server
mc
world
level
storage
loot
predicates
LootItemKilledByPlayerOrPetsCondition.h
Generated on Sun Oct 12 2025 06:32:36 for LeviLamina by
1.12.0