Uses of Class
edu.wisc.game.websocket.WatchPlayer.Ready
-
Packages that use WatchPlayer.Ready Package Description edu.wisc.game.websocket -
-
Uses of WatchPlayer.Ready in edu.wisc.game.websocket
Methods in edu.wisc.game.websocket that return WatchPlayer.Ready Modifier and Type Method Description static WatchPlayer.ReadyWatchPlayer.Ready. valueOf(String name)Returns the enum constant of this type with the specified name.static WatchPlayer.Ready[]WatchPlayer.Ready. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.wisc.game.websocket with parameters of type WatchPlayer.Ready Modifier and Type Method Description StringWatchPlayer.ReadyEncoder. encode(WatchPlayer.Ready msg)static voidWatchPlayer. tellHim(String pid, WatchPlayer.Ready msg)
-