Of

io.github.pidoveproject.showdown.battle.Effect.Of
final case class Of(effect: Effect, owner: ActiveId)

An effect caused by a pokemon.

Value parameters

effect

the triggered effect

owner

the active pokemon causing the effect

Attributes

Source
Effect.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product