Ability

io.github.pidoveproject.showdown.protocol.server.BattleMinorActionMessage.Ability
final case class Ability(pokemon: ActiveId, ability: AbilityName, effect: Option[Effect])

An ability was revealed.

Value parameters

ability

the revealed ability

effect

the optional cause of the reveal

pokemon

the ability holder

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