Uses of Class
be.yildizgames.engine.feature.player.PlayerRight
-
Packages that use PlayerRight Package Description be.yildizgames.engine.feature.player -
-
Uses of PlayerRight in be.yildizgames.engine.feature.player
Fields in be.yildizgames.engine.feature.player declared as PlayerRight Modifier and Type Field Description PlayerRightPlayer. rolePlayer's role.Methods in be.yildizgames.engine.feature.player that return PlayerRight Modifier and Type Method Description static PlayerRightPlayerRight. valueOf(String name)Returns the enum constant of this type with the specified name.static PlayerRight[]PlayerRight. 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 PlayerRight Modifier and Type Method Description PlayerPlayerManager. createPlayer(be.yildizgames.common.model.PlayerId id, String name, PlayerRight right)Create a new player.
-