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

public class ValuePredicate<V extends IValue> extends Object
A predicate for values of a certain type.
  • Field Details

  • Constructor Details

    • ValuePredicate

      public ValuePredicate(@Nullable IValueType valueType, @Nullable IValue value)
  • Method Details