Package com.epicbot.api.shared.methods
Interface INPCsAPI
-
public interface INPCsAPI
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.function.Predicate<NPC>
ACCEPT_ALL
static java.util.function.Predicate<NPC>
DENY_ALL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NPC
get(int index)
java.util.List<NPC>
getAll()
java.util.List<NPC>
getAll(NPCQueryRequest request)
java.util.List<NPC>
getAll(java.util.function.Predicate<NPC> filter)
NPCQueryBuilder
query()
-
-
-
Method Detail
-
get
NPC get(int index)
-
getAll
java.util.List<NPC> getAll()
-
getAll
java.util.List<NPC> getAll(NPCQueryRequest request)
-
query
NPCQueryBuilder query()
-
-