Package com.takenoko.weather
Class Weather
java.lang.Object
com.takenoko.weather.Weather
Interface for the weather.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(Board board, BotManager botManager) Code to be executed when the weather is rolled and modifiers applied.boolean
int
hashCode()
abstract void
revert
(Board board, BotManager botManager) toString()
-
Constructor Details
-
Weather
public Weather()
-
-
Method Details
-
apply
Code to be executed when the weather is rolled and modifiers applied.- Returns:
- List of actions to be executed after the weather is applied.
-
revert
-
toString
-
equals
-
hashCode
public int hashCode()
-