Class Stormy

java.lang.Object
com.takenoko.weather.Weather
com.takenoko.weather.Stormy

public class Stormy extends Weather
The sky rumbles and lightning strikes, frightening the panda. The player can put the panda on the plot of his choice. To recover from his fear, the shy animal eats a section of bamboo.
  • Constructor Details

    • Stormy

      public Stormy()
  • Method Details

    • apply

      public List<Class<? extends Action>> apply(Board board, BotManager botManager)
      Description copied from class: Weather
      Code to be executed when the weather is rolled and modifiers applied.
      Specified by:
      apply in class Weather
      Returns:
      List of actions to be executed after the weather is applied.
    • revert

      public void revert(Board board, BotManager botManager)
      Specified by:
      revert in class Weather
    • toString

      public String toString()
      Overrides:
      toString in class Weather