NoTarget

io.github.pidoveproject.showdown.protocol.server.BattleAttackMessage.NoTarget
final case class NoTarget(pokemon: ActiveId)

A pokemon does not have any target.

Value parameters

pokemon

the pokemon who tried to attack

Attributes

Source
BattleAttackMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product