Uses of Class
be.yildizgames.engine.feature.player.Player
-
Packages that use Player Package Description be.yildizgames.engine.feature.player -
-
Uses of Player in be.yildizgames.engine.feature.player
Fields in be.yildizgames.engine.feature.player declared as Player Modifier and Type Field Description static PlayerPlayer. WORLDWorld constant, to use with neutral units.Methods in be.yildizgames.engine.feature.player that return Player Modifier and Type Method Description PlayerPlayerManager. createPlayer(be.yildizgames.common.model.PlayerId id, String name)Create a new player.PlayerPlayerManager. createPlayer(be.yildizgames.common.model.PlayerId id, String name, PlayerRight right)Create a new player.PlayerPlayerManager. findFromId(be.yildizgames.common.model.PlayerId id)Retrieve a player from its id.PlayerPlayerManager. getFromId(be.yildizgames.common.model.PlayerId id)PlayerPlayerManager. getFromName(String name)Retrieve a player from its name.Methods in be.yildizgames.engine.feature.player that return types with arguments of type Player Modifier and Type Method Description List<Player>PlayerManager. getPlayerList()List<Player>PlayerProvider. getPlayerList()Methods in be.yildizgames.engine.feature.player with parameters of type Player Modifier and Type Method Description voidPlayer. addAlly(Player ally)Add an ally.PlayerManager.PlayerRelationPlayerManager. getRelation(Player player, Player other)Retrieve the relation between two players.booleanPlayerManager. isWorld(Player p)
-