class documentation
class State: (source)
Known subclasses: otfbot.plugins.ircClient.jc.game.LostState
, otfbot.plugins.ircClient.jc.game.NeedToPayState
, otfbot.plugins.ircClient.jc.game.PaidState
, otfbot.plugins.ircClient.jc.game.PaybackState
, otfbot.plugins.ircClient.jc.game.PregameState
, otfbot.plugins.ircClient.jc.game.SelectPlayerState
, otfbot.plugins.ircClient.jc.game.WaitingForPlayersState
a state, which provides an input-method, and transits to other states on certain events
Method | __init__ |
initializes the state |
Method | input |
parses command and options from user into a game action |
Instance Variable | game |
Undocumented |
overridden in
otfbot.plugins.ircClient.jc.game.LostState
, otfbot.plugins.ircClient.jc.game.NeedToPayState
, otfbot.plugins.ircClient.jc.game.PaidState
, otfbot.plugins.ircClient.jc.game.PaybackState
, otfbot.plugins.ircClient.jc.game.PregameState
, otfbot.plugins.ircClient.jc.game.SelectPlayerState
, otfbot.plugins.ircClient.jc.game.WaitingForPlayersState
parses command and options from user into a game action