JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Field Summary
Constructor Summary
Method Summary
Enum Constant Details
ADD_PLAYER
TOTEM_CHOICE
SLOT_CHOICE
DRAW_UPPER_TRIBE
DRAW_LOWER_TRIBE
DRAW_UPPER_BUILD
DRAW_LOWER_BUILD
SKIP_TURN
DISCONNECTED_PLAYER
RECONNECT_PLAYER
NEXT_ROUND
ENDED_GAME
Field Details
description
Constructor Details
EventType(String)
Method Details
values()
valueOf(String)
toString()
Enum Constant Summary
Enum Constants
Event used to add a player to the game.
Event used to notify that a player has disconnected.
Event used to draw a building card from the lower card list.
Event used to draw a tribe card from the lower card list.
Event used to draw a building card from the upper card list.
Event used to draw a tribe card from the upper card list.
Event used to notify that the game has ended.
Event used to apply the transition to the next round.
Event used to notify that a player has reconnected.
Event used to skip the current turn or optional action.
Event used to submit a player's slot choice.
Event used to submit a player's totem choice.
Field Summary
Fields
Human-readable label for this event type, returned by
toString().
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.