Package org.rspeer.game.scene
Class Npcs
- java.lang.Object
-
- org.rspeer.game.scene.Npcs
-
public class Npcs extends Object
Provides access to the gamesNpcs
-
-
Field Summary
Fields Modifier and Type Field Description static intMAXIMUM_NPC_COUNT
-
Constructor Summary
Constructors Constructor Description Npcs()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SceneNodeQueryResults<Npc>getLoaded()static SceneNodeQueryResults<Npc>getLoaded(RSWorldMatrix matrix)static NpcQueryquery()static NpcQueryquery(RSWorldMatrix matrix)
-
-
-
Field Detail
-
MAXIMUM_NPC_COUNT
public static final int MAXIMUM_NPC_COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
query
public static NpcQuery query(RSWorldMatrix matrix)
-
query
public static NpcQuery query()
-
getLoaded
public static SceneNodeQueryResults<Npc> getLoaded()
-
getLoaded
public static SceneNodeQueryResults<Npc> getLoaded(RSWorldMatrix matrix)
-
-