EndAbility

io.github.pidoveproject.showdown.protocol.server.BattleMinorActionMessage.EndAbility
final case class EndAbility(pokemon: ActiveId)

An ability was destroyed.

Value parameters

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