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, showModalgetController, setControllervoid setColorEnabled(CatanColor color, boolean enable)
color - The color being enabled or disabledenable - Whether or not the color should be enabledCatanColor getSelectedColor()