LeviLamina
Loading...
Searching...
No Matches
LootItemIsBabyCondition.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
LootItemIsBabyCondition
:
public
::LootItemCondition
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
// vIndex: 1
20
virtual
bool
applies(
::Random
&,
::LootTableContext
&
context
)
/*override*/
;
21
22
// vIndex: 2
23
virtual ::LootItemCondition::ConditionType getConditionType()
const
/*override*/
;
24
25
// vIndex: 0
26
virtual
~LootItemIsBabyCondition
()
/*override*/
=
default
;
27
// NOLINTEND
28
29
public
:
30
// static functions
31
// NOLINTBEGIN
32
MCNAPI static ::std::unique_ptr<::LootItemCondition>
deserialize
(
::Json::Value
const
&
object
);
33
// NOLINTEND
34
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
MCNAPI
bool
$applies
(
::Random
&,
::LootTableContext
&
context
);
39
40
MCNAPI ::LootItemCondition::ConditionType
$getConditionType
()
const
;
41
// NOLINTEND
42
43
public
:
44
// vftables
45
// NOLINTBEGIN
46
MCNAPI
static
void
**
$vftable
();
47
// NOLINTEND
48
};
Json::Value
Definition
Value.h:16
LootItemCondition
Definition
LootItemCondition.h:12
LootItemIsBabyCondition
Definition
LootItemIsBabyCondition.h:15
LootItemIsBabyCondition::$getConditionType
MCAPI::LootItemCondition::ConditionType $getConditionType() const
LootItemIsBabyCondition::deserialize
static MCAPI ::std::unique_ptr<::LootItemCondition > deserialize(::Json::Value const &object)
LootItemIsBabyCondition::$applies
MCAPI bool $applies(::Random &, ::LootTableContext &context)
LootItemIsBabyCondition::$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
LootItemIsBabyCondition.h
Generated on Tue Nov 25 2025 04:01:57 for LeviLamina by
1.12.0