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
11class Random;
12namespace Json { class Value; }
13// clang-format on
14
16public:
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
26public:
27 // static functions
28 // NOLINTBEGIN
29 MCNAPI static ::std::unique_ptr<::LootItemCondition> deserialize(::Json::Value const& object);
30 // NOLINTEND
31
32public:
33 // virtual function thunks
34 // NOLINTBEGIN
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
Definition Value.h:16
Definition LootItemCondition.h:12
Definition LootItemKilledByPlayerOrPetsCondition.h:15
MCAPI bool $applies(::Random &, ::LootTableContext &context)
static MCAPI ::std::unique_ptr<::LootItemCondition > deserialize(::Json::Value const &object)
Definition LootTableContext.h:19
Definition Random.h:10
Definition context.h:5