Uses of Class
be.yildizgames.engine.feature.player.PlayerManager.PlayerRelation
-
Packages that use PlayerManager.PlayerRelation Package Description be.yildizgames.engine.feature.player -
-
Uses of PlayerManager.PlayerRelation in be.yildizgames.engine.feature.player
Methods in be.yildizgames.engine.feature.player that return PlayerManager.PlayerRelation Modifier and Type Method Description PlayerManager.PlayerRelationPlayerManager. getRelation(Player player, Player other)Retrieve the relation between two players.static PlayerManager.PlayerRelationPlayerManager.PlayerRelation. valueOf(String name)Returns the enum constant of this type with the specified name.static PlayerManager.PlayerRelation[]PlayerManager.PlayerRelation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in be.yildizgames.engine.feature.player with parameters of type PlayerManager.PlayerRelation Modifier and Type Method Description booleanPlayerManager. isValid(be.yildizgames.common.model.PlayerId p1, be.yildizgames.common.model.PlayerId p2, PlayerManager.PlayerRelation r)Check if the relation between player 1 and player 2 is valid, the check is done for the player 1, the relation between player 2 and player 1 is not taken into account.
-