Package org.rspeer.game.scene
Class Players
- java.lang.Object
-
- org.rspeer.game.scene.Players
-
public class Players extends Object
Provides access to the gamesPlayers
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAXIMUM_PLAYER_COUNT
-
Constructor Summary
Constructors Constructor Description Players()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SceneNodeQueryResults<Player>
getLoaded()
static PlayerQuery
query()
static Player
self()
-
-
-
Field Detail
-
MAXIMUM_PLAYER_COUNT
public static final int MAXIMUM_PLAYER_COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
self
public static Player self()
-
query
public static PlayerQuery query()
-
getLoaded
public static SceneNodeQueryResults<Player> getLoaded()
-
-