LeviLamina
Loading...
Searching...
No Matches
LootItemPropertyValueCondition.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
12class Random;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 1
32 virtual bool applies(::Random&, ::LootTableContext& context) /*override*/;
33
34 // vIndex: 2
35 virtual bool _hasPropertyValue(::PropertyComponent const&) const = 0;
36
37 // vIndex: 0
38 virtual ~LootItemPropertyValueCondition() /*override*/ = default;
39 // NOLINTEND
40
41public:
42 // virtual function thunks
43 // NOLINTBEGIN
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCNAPI static void** $vftable();
51 // NOLINTEND
52};
Definition LootItemCondition.h:12
Definition LootItemPropertyValueCondition.h:15
static MCAPI void ** $vftable()
MCAPI bool $applies(::Random &, ::LootTableContext &context)
Definition LootTableContext.h:19
Definition PropertyComponent.h:19
Definition Random.h:10
Definition context.h:5
Definition Alias.h:14