Class IngredientPredicateChemicalStackList

java.lang.Object
org.cyclops.integratedtunnels.core.predicate.IngredientPredicate<mekanism.api.chemical.ChemicalStack<?>,Integer>
org.cyclops.integratedmekanismics.core.predicate.IngredientPredicateChemicalStackList
All Implemented Interfaces:
Predicate<mekanism.api.chemical.ChemicalStack<?>>, org.cyclops.integratedtunnels.part.aspect.ITunnelTransfer

public class IngredientPredicateChemicalStackList extends org.cyclops.integratedtunnels.core.predicate.IngredientPredicate<mekanism.api.chemical.ChemicalStack<?>,Integer>
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.cyclops.integratedtunnels.core.predicate.IngredientPredicate

    org.cyclops.integratedtunnels.core.predicate.IngredientPredicate.EmptyBehaviour
  • Constructor Summary

    Constructors
    Constructor
    Description
    IngredientPredicateChemicalStackList(boolean blacklist, long amount, boolean exactAmount, org.cyclops.integrateddynamics.api.evaluate.variable.IValueTypeListProxy<ValueObjectTypeChemicalStack,ValueObjectTypeChemicalStack.ValueChemicalStack> chemicalStacks, int matchFlags, boolean checkChemical, boolean checkAmount)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     
    boolean
    test(mekanism.api.chemical.ChemicalStack input)
     

    Methods inherited from class org.cyclops.integratedtunnels.core.predicate.IngredientPredicate

    getIngredientComponent, getInstances, getMatchFlags, getMaxQuantity, hasMatchFlags, isBlacklist, isEmpty, isExactQuantity

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Predicate

    and, negate, or
  • Constructor Details

  • Method Details

    • test

      public boolean test(@Nullable mekanism.api.chemical.ChemicalStack input)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class org.cyclops.integratedtunnels.core.predicate.IngredientPredicate<mekanism.api.chemical.ChemicalStack<?>,Integer>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.cyclops.integratedtunnels.core.predicate.IngredientPredicate<mekanism.api.chemical.ChemicalStack<?>,Integer>