Class Players


  • public class Players
    extends java.lang.Object
    • Constructor Detail

      • Players

        public Players()
    • Method Detail

      • 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​(java.util.function.Predicate<? super IPlayer> filter)
      • getNearest

        public static IPlayer getNearest​(int... ids)
      • getNearest

        public static IPlayer getNearest​(java.lang.String... names)
      • getHintArrowed

        public static IPlayer getHintArrowed()