Class ValuePredicate<V extends IValue>
java.lang.Object
org.cyclops.integrateddynamics.api.advancement.criterion.ValuePredicate<V>
- Direct Known Subclasses:
ValueObjectTypeEntity.ValueEntityPredicate
,ValueObjectTypeItemStack.ValueItemStackPredicate
,ValueTypeList.ValueListPredicate
,ValueTypeOperator.ValueOperatorPredicate
A predicate for values of a certain type.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionValuePredicate
(Optional<IValueType> valueType, Optional<IValue> value, Optional<com.google.gson.JsonElement> valueJson) -
Method Summary
-
Field Details
-
ANY
-
-
Constructor Details
-
ValuePredicate
public ValuePredicate(Optional<IValueType> valueType, Optional<IValue> value, Optional<com.google.gson.JsonElement> valueJson)
-
-
Method Details
-
getValueType
-
getValue
-
getValueJson
-
test
-
testTyped
-