Uses of Class
ch.sahits.game.openpatrician.model.EPlayerStateChange
-
Packages that use EPlayerStateChange Package Description ch.sahits.game.openpatrician.model -
-
Uses of EPlayerStateChange in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return EPlayerStateChange Modifier and Type Method Description static EPlayerStateChangeEPlayerStateChange. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EPlayerStateChange[]EPlayerStateChange. values()Returns an array containing the constants of this enum type, in the order they are declared.
-