Weather

io.github.pidoveproject.showdown.protocol.server.BattleMinorActionMessage.Weather
final case class Weather(weather: Option[Weather], cause: Option[Effect])

Set or clear the active weather.

Value parameters

cause

the cause of the weather change

weather

the active weather or clear if absent

Attributes

Source
BattleMinorActionMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product