3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/storage/loot/predicates/LootItemCondition.h"
7#include "mc/world/level/storage/loot/predicates/LootItemPropertyValueCondition.h"
14namespace Json {
class Value; }
17class LootItemIntPropertyValueCondition :
public ::LootItemPropertyValueCondition {
26 LootItemIntPropertyValueCondition& operator=(LootItemIntPropertyValueCondition
const&);
27 LootItemIntPropertyValueCondition(LootItemIntPropertyValueCondition
const&);
28 LootItemIntPropertyValueCondition();
35 virtual ::LootItemCondition::ConditionType getConditionType()
const ;
Definition HashedString.h:5
Definition LootItemCondition.h:12
MCAPI::LootItemCondition::ConditionType $getConditionType() const
MCAPI void * $ctor(::HashedString propertyName, int value)
MCAPI bool $_hasPropertyValue(::PropertyComponent const &component) const
static MCAPI void ** $vftable()
static MCAPI ::std::unique_ptr<::LootItemCondition > deserialize(::Json::Value const &object)
MCAPI LootItemIntPropertyValueCondition(::HashedString propertyName, int value)
Definition PropertyComponent.h:21