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"
13namespace Json {
class Value; }
33 virtual ::LootItemCondition::ConditionType getConditionType()
const ;
Definition LootItemBoolPropertyValueCondition.h:16
MCAPI bool $_hasPropertyValue(::PropertyComponent const &component) const
static MCAPI void ** $vftable()
MCAPI::LootItemCondition::ConditionType $getConditionType() const
static MCAPI ::std::unique_ptr<::LootItemCondition > deserialize(::Json::Value const &object)
Definition LootItemCondition.h:12
Definition LootItemPropertyValueCondition.h:15
Definition PropertyComponent.h:19