public interface ISelectColorView extends IOverlayView
Modifier and Type | Method and Description |
---|---|
CatanColor |
getSelectedColor()
Returns the color selected by the user
|
void |
setColorEnabled(CatanColor color,
boolean enable)
Enables or disables the specified color.
|
closeModal, isModalShowing, showModal
getController, setController
void setColorEnabled(CatanColor color, boolean enable)
color
- The color being enabled or disabledenable
- Whether or not the color should be enabledCatanColor getSelectedColor()