Class NameFilter<E extends Identifiable>
- java.lang.Object
-
- org.dreambot.api.methods.filter.impl.NameFilter<E>
-
- All Implemented Interfaces:
Filter<E>
public class NameFilter<E extends Identifiable> extends java.lang.Object implements Filter<E>
Created with IntelliJ IDEA.- Since:
- : 2/1/2015 Time : 2:33 PM
-
-
Constructor Summary
Constructors Constructor Description NameFilter(java.lang.String... names)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
match(E acceptable)
If object match's arguments.
-