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 Link icon

  • Constructor Details Link icon

  • Method Details Link icon

    • getValueType Link icon

      public Optional<IValueType> getValueType()
    • getValue Link icon

      public Optional<IValue> getValue()
    • getValueJson Link icon

      public Optional<com.google.gson.JsonElement> getValueJson()
    • test Link icon

      public final boolean test(IValue value)
    • testTyped Link icon

      protected boolean testTyped(V value)