Class EntityFilter<E extends Entity>
- java.lang.Object
-
- org.dreambot.api.methods.filter.impl.EntityFilter<E>
-
-
Constructor Summary
Constructors Constructor Description EntityFilter(E entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
match(E acceptable)
If object match's arguments.
-
-
-
Constructor Detail
-
EntityFilter
public EntityFilter(E entity)
-
-