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.Ready
WatchPlayer.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 String
WatchPlayer.ReadyEncoder. encode(WatchPlayer.Ready msg)
static void
WatchPlayer. tellHim(String pid, WatchPlayer.Ready msg)
-