Block

io.github.pidoveproject.showdown.protocol.server.BattleAttackMessage.Block
final case class Block(pokemon: ActiveId, effect: Effect, attacker: ActiveId)

An effect blocked a move.

Value parameters

attacker

the blocked pokemon

effect

the blocking effect

pokemon

the pokemon who blocked the move

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