Uses of Interface
net.runelite.api.Player
-
Packages that use Player Package Description net.runelite.api net.runelite.api.events -
-
Uses of Player in net.runelite.api
Methods in net.runelite.api that return Player Modifier and Type Method Description Player
Client. getHintArrowPlayer()
Gets the player that the hint arrow is directed at.Player
Client. getLocalPlayer()
Gets the logged in player instance.Player
MenuEntry. getPlayer()
Get thePlayer
this menu entry is targeting, if any.Methods in net.runelite.api that return types with arguments of type Player Modifier and Type Method Description default List<Player>
Client. getPlayers()
Deprecated.IndexedObjectSet<? extends Player>
WorldView. players()
Gets all of the Players in this viewMethods in net.runelite.api with parameters of type Player Modifier and Type Method Description void
Client. setHintArrow(Player player)
Sets a hint arrow to point to the passed player. -
Uses of Player in net.runelite.api.events
Methods in net.runelite.api.events that return Player Modifier and Type Method Description Player
PlayerChanged. getPlayer()
Player
PlayerDespawned. getPlayer()
The despawned player.Player
PlayerSpawned. getPlayer()
The spawned player.Constructors in net.runelite.api.events with parameters of type Player Constructor Description PlayerChanged(Player player)
PlayerDespawned(Player player)
PlayerSpawned(Player player)
-