Package | Description |
---|---|
client.base | |
client.devcards | |
client.discard | |
client.domestic | |
client.join | |
client.login | |
client.map | |
client.map.view | |
client.maritime | |
client.misc | |
client.points | |
client.roll |
Modifier and Type | Class and Description |
---|---|
class |
OverlayView
Base class for overlay views
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBuyDevCardView
"Buy dev card" view interface
|
interface |
IPlayDevCardView
"Play dev card" view interface
|
Modifier and Type | Class and Description |
---|---|
class |
BuyDevCardView
"Buy dev card" view implementation
|
class |
PlayDevCardView
"Play dev card" view implementation
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDiscardView
Discard view interface
|
Modifier and Type | Class and Description |
---|---|
class |
DiscardView
Discard view implementation
|
Modifier and Type | Interface and Description |
---|---|
interface |
IAcceptTradeOverlay
Interface for the accept trade overlay, which allows the user to accept or
reject a proposed trade
|
interface |
IDomesticTradeOverlay
Implementation of the domestic trade overlay, which allows the user to
propose a domestic trade
|
Modifier and Type | Class and Description |
---|---|
class |
AcceptTradeOverlay
Implementation of the "accept trade" overlay, which is used to let the user
accept or reject a trade
|
class |
DomesticTradeOverlay
Implementation of the domestic trade overlay, which allows the user to propose
a domestic trade
|
Modifier and Type | Interface and Description |
---|---|
interface |
IJoinGameView
Interface for the join game view, which lets the user select a game to join
|
interface |
INewGameView
Interface for the new game view, which lets the user enter parameters for a
new game
|
interface |
IPlayerWaitingView
Interface for the player waiting view, which is displayed when the user is
waiting for other players to join their game
|
interface |
ISelectColorView
Interface for the select color view, which lets the user select the desired
color when they join a game
|
Modifier and Type | Class and Description |
---|---|
class |
JoinGameView
Implementation for the join game view, which lets the user select a game to
join
|
class |
NewGameView
Implementation for the new game view, which lets the user enter parameters
for a new game
|
class |
PlayerWaitingView
Implementation for the player waiting view, which is displayed when the user is
waiting for other players to join their game
|
class |
SelectColorView
Implementation for the select color view, which lets the user select the
desired color when they join a game
|
Modifier and Type | Interface and Description |
---|---|
interface |
ILoginView
Interface for the login view, which lets the user create a new account and
login
|
Modifier and Type | Class and Description |
---|---|
class |
LoginView
Implementation for the login view, which lets the user create a new account
and login
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRobView
Interface for the rob view, which lets the user select a player to rob
|
Modifier and Type | Class and Description |
---|---|
class |
RobView
Implementation for the rob view, which lets the user select a player to rob
|
Modifier and Type | Class and Description |
---|---|
class |
MapOverlayView |
Modifier and Type | Interface and Description |
---|---|
interface |
IMaritimeTradeOverlay
Interface for the maritime trade overlay, which lets the user make a maritime
trade
|
Modifier and Type | Class and Description |
---|---|
class |
MaritimeTradeOverlay
Implementation for the maritime trade overlay, which lets the user make a maritime trade
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMessageView
Interface for the message view, which is used to display messages to the user
|
interface |
IWaitView
Interface for the wait view, which is used to display wait dialogs to the
user
|
Modifier and Type | Class and Description |
---|---|
class |
MessageView
Implementation for the message view, which is used to display messages to the user
|
class |
WaitView
Implementation for the wait view, which is used to display wait dialogs to the user
|
Modifier and Type | Interface and Description |
---|---|
interface |
IGameFinishedView
Interface for the game finished view, which is displayed when the game is
over
|
Modifier and Type | Class and Description |
---|---|
class |
GameFinishedView
Implementation for the game finished view, which is displayed when the game is over
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRollResultView
Interface for the roll result view, which displays the result of a roll
|
interface |
IRollView
Interface for the roll view, which allows the user to roll the dice
|
Modifier and Type | Class and Description |
---|---|
class |
RollResultView
Implementation for the roll result view, which displays the result of a roll
|
class |
RollView
Implementation for the roll view, which allows the user to roll the dice
|