Uses of Class
be.yildizgames.engine.feature.player.PlayerStatus
-
Packages that use PlayerStatus Package Description be.yildizgames.engine.feature.player be.yildizgames.engine.feature.player.protocol be.yildizgames.engine.feature.player.protocol.mapper -
-
Uses of PlayerStatus in be.yildizgames.engine.feature.player
Methods in be.yildizgames.engine.feature.player that return PlayerStatus Modifier and Type Method Description static PlayerStatusPlayerStatus. valueOf(int ord)Get a status from an ordinal value.static PlayerStatusPlayerStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PlayerStatus[]PlayerStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PlayerStatus in be.yildizgames.engine.feature.player.protocol
Fields in be.yildizgames.engine.feature.player.protocol declared as PlayerStatus Modifier and Type Field Description PlayerStatusPlayerDto. statusPlayer status for the current player.Constructors in be.yildizgames.engine.feature.player.protocol with parameters of type PlayerStatus Constructor Description PlayerDto(be.yildizgames.common.model.PlayerId player, String login, PlayerStatus status) -
Uses of PlayerStatus in be.yildizgames.engine.feature.player.protocol.mapper
Methods in be.yildizgames.engine.feature.player.protocol.mapper that return PlayerStatus Modifier and Type Method Description PlayerStatusPlayerStatusMapper. from(String s)Methods in be.yildizgames.engine.feature.player.protocol.mapper with parameters of type PlayerStatus Modifier and Type Method Description StringPlayerStatusMapper. to(PlayerStatus playerStatus)
-