Unable

io.github.pidoveproject.showdown.protocol.server.BattleMajorActionMessage.Unable
final case class Unable(pokemon: ActiveId, reason: String, move: Option[MoveName])

A pokemon is unable to do an action.

Value parameters

move

the optional move causing the incapacity

pokemon

the pokemon unable to execute its action

reason

the reason of the incapacity

Attributes

Source
BattleMajorActionMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product