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