Uses of Class
org.rspeer.game.adapter.scene.Npc
-
Packages that use Npc Package Description org.rspeer.game.action.tree org.rspeer.game.event org.rspeer.game.provider.model org.rspeer.game.query.scene org.rspeer.game.scene -
-
Uses of Npc in org.rspeer.game.action.tree
Methods in org.rspeer.game.action.tree that return Npc Modifier and Type Method Description Npc
NpcAction. getSource()
-
Uses of Npc in org.rspeer.game.event
Constructors in org.rspeer.game.event with parameters of type Npc Constructor Description NpcChangeEvent(Npc source)
Constructs a prototypical Event.NpcSpawnEvent(Npc source)
Constructs a prototypical Event.NpcUnloadEvent(Npc source)
Constructs a prototypical Event. -
Uses of Npc in org.rspeer.game.provider.model
Methods in org.rspeer.game.provider.model with parameters of type Npc Modifier and Type Method Description void
ModelOutlineRenderer. drawOutline(RSClient client, Npc npc, int outlineWidth, Color color, int feather)
-
Uses of Npc in org.rspeer.game.query.scene
Methods in org.rspeer.game.query.scene that return types with arguments of type Npc Modifier and Type Method Description Supplier<List<Npc>>
NpcQuery. getDefaultProvider()
Methods in org.rspeer.game.query.scene with parameters of type Npc Modifier and Type Method Description boolean
NpcQuery. test(Npc e)
Constructor parameters in org.rspeer.game.query.scene with type arguments of type Npc Constructor Description NpcQuery(Supplier<List<Npc>> provider)
-
Uses of Npc in org.rspeer.game.scene
Methods in org.rspeer.game.scene that return Npc Modifier and Type Method Description static Npc
Follower. getCurrent()
Methods in org.rspeer.game.scene that return types with arguments of type Npc Modifier and Type Method Description static SceneNodeQueryResults<Npc>
Npcs. getLoaded()
-