Class ActionFilter<E extends Entity>

  • All Implemented Interfaces:
    Filter<E>

    public class ActionFilter<E extends Entity>
    extends java.lang.Object
    implements Filter<E>
    Created with IntelliJ IDEA.
    Since:
    : 2/1/2015 Time : 2:33 PM
    • Constructor Summary

      Constructors 
      Constructor Description
      ActionFilter​(java.lang.String... actions)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean match​(E acceptable)
      If object match's arguments.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.dreambot.api.methods.filter.Filter

        and, negate, or
    • Constructor Detail

      • ActionFilter

        public ActionFilter​(java.lang.String... actions)
    • Method Detail

      • match

        public boolean match​(E acceptable)
        Description copied from interface: Filter
        If object match's arguments.
        Specified by:
        match in interface Filter<E extends Entity>
        Parameters:
        acceptable - the acceptable
        Returns:
        the boolean