public interface IPlayDevCardView extends IOverlayView
Modifier and Type | Method and Description |
---|---|
void |
reset()
Resets the view to its initial state.
|
void |
setCardAmount(DevCardType cardType,
int amount)
Sets the amount for the specified card type.
|
void |
setCardEnabled(DevCardType cardType,
boolean enabled)
Sets the enable/disable state for the specified card type.
|
closeModal, isModalShowing, showModal
getController, setController
void reset()
void setCardEnabled(DevCardType cardType, boolean enabled)
cardType
- The card type being enabled or disabledenabled
- Whether or not to enable the card typevoid setCardAmount(DevCardType cardType, int amount)
cardType
- The card type the amount is being set foramount
- The new card amount