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
virtual
bool
applies(
::Random
&
context
,
::LootTableContext
&)
/*override*/
;
20
21
virtual ::LootItemCondition::ConditionType getConditionType()
const
/*override*/
;
22
// NOLINTEND
23
24
public
:
25
// static functions
26
// NOLINTBEGIN
27
MCNAPI static ::std::unique_ptr<::LootItemCondition>
deserialize
(
::Json::Value
const
&);
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
MCNAPI
bool
$applies
(
::Random
&
context
,
::LootTableContext
&);
34
35
MCNAPI ::LootItemCondition::ConditionType
$getConditionType
()
const
;
36
37
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCNAPI
static
void
**
$vftable
();
44
// NOLINTEND
45
};
Json::Value
Definition
Value.h:16
LootItemCondition
Definition
LootItemCondition.h:12
LootItemKilledByPlayerOrPetsCondition
Definition
LootItemKilledByPlayerOrPetsCondition.h:15
LootItemKilledByPlayerOrPetsCondition::$applies
MCAPI bool $applies(::Random &context, ::LootTableContext &)
LootItemKilledByPlayerOrPetsCondition::$getConditionType
MCAPI::LootItemCondition::ConditionType $getConditionType() const
LootItemKilledByPlayerOrPetsCondition::$vftable
static MCAPI void ** $vftable()
LootItemKilledByPlayerOrPetsCondition::deserialize
static MCAPI ::std::unique_ptr<::LootItemCondition > deserialize(::Json::Value const &)
LootTableContext
Definition
LootTableContext.h:21
Random
Definition
Random.h:10
context
Definition
context.h:5
src
mc
world
level
storage
loot
predicates
LootItemKilledByPlayerOrPetsCondition.h
Generated on
for LeviLamina by
1.16.1