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 int
MAXIMUM_NPC_COUNT
-
Constructor Summary
Constructors Constructor Description Npcs()
-
-
-
Field Detail
-
MAXIMUM_NPC_COUNT
public static final int MAXIMUM_NPC_COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
query
public static NpcQuery query()
-
getLoaded
public static SceneNodeQueryResults<Npc> getLoaded()
-
-