Package net.storm.sdk.entities
Class NPCs
- java.lang.Object
-
- net.storm.sdk.entities.NPCs
-
public class NPCs extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NPCs()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static INPC
get(int index)
static java.util.List<INPC>
getAll()
static java.util.List<INPC>
getAll(int... ids)
static java.util.List<INPC>
getAll(java.lang.String... names)
static java.util.List<INPC>
getAll(java.util.function.Predicate<? super INPC> filter)
static INPC
getHintArrowed()
static INPC
getNearest(int... ids)
static INPC
getNearest(java.lang.String... names)
static INPC
getNearest(java.util.function.Predicate<? super INPC> filter)
static INPC
getNearest(net.runelite.api.coords.WorldPoint worldPoint, int... ids)
static INPC
getNearest(net.runelite.api.coords.WorldPoint worldPoint, java.lang.String... names)
static INPC
getNearest(net.runelite.api.coords.WorldPoint worldPoint, java.util.function.Predicate<? super INPC> filter)
static NPCQuery
query()
static NPCQuery
query(java.util.function.Supplier<java.util.List<INPC>> supplier)
-
-
-
Method Detail
-
query
public static NPCQuery query()
-
get
public static INPC get(int index)
-
getAll
public static java.util.List<INPC> getAll()
-
getAll
public static java.util.List<INPC> getAll(java.util.function.Predicate<? super INPC> filter)
-
getAll
public static java.util.List<INPC> getAll(int... ids)
-
getAll
public static java.util.List<INPC> getAll(java.lang.String... names)
-
getNearest
public static INPC getNearest(net.runelite.api.coords.WorldPoint worldPoint, java.util.function.Predicate<? super INPC> filter)
-
getNearest
public static INPC getNearest(net.runelite.api.coords.WorldPoint worldPoint, int... ids)
-
getNearest
public static INPC getNearest(net.runelite.api.coords.WorldPoint worldPoint, java.lang.String... names)
-
getNearest
public static INPC getNearest(java.lang.String... names)
-
getNearest
public static INPC getNearest(int... ids)
-
getHintArrowed
public static INPC getHintArrowed()
-
-