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
// clang-format on
13
14
class
LootItemKilledByPlayerOrPetsCondition
:
public
::LootItemCondition
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
// vIndex: 0
19
virtual
~LootItemKilledByPlayerOrPetsCondition
()
/*override*/
=
default
;
20
21
// vIndex: 1
22
virtual
bool
applies(
::Random
& random,
::LootTableContext
&
context
)
/*override*/
;
23
// NOLINTEND
24
25
public
:
26
// virtual function thunks
27
// NOLINTBEGIN
28
MCNAPI
bool
$applies
(
::Random
& random,
::LootTableContext
&
context
);
29
// NOLINTEND
30
31
public
:
32
// vftables
33
// NOLINTBEGIN
34
MCNAPI
static
void
**
$vftable
();
35
// NOLINTEND
36
};
LootItemCondition
Definition
LootItemCondition.h:12
LootItemKilledByPlayerOrPetsCondition
Definition
LootItemKilledByPlayerOrPetsCondition.h:14
LootItemKilledByPlayerOrPetsCondition::$vftable
static MCAPI void ** $vftable()
LootItemKilledByPlayerOrPetsCondition::$applies
MCAPI bool $applies(::Random &random, ::LootTableContext &context)
LootTableContext
Definition
LootTableContext.h:20
Random
Definition
Random.h:11
context
Definition
context.h:5
src
mc
world
level
storage
loot
predicates
LootItemKilledByPlayerOrPetsCondition.h
Generated on Sat Jul 5 2025 06:59:09 for LeviLamina by
1.12.0