Item

io.github.pidoveproject.showdown.protocol.server.BattleMinorActionMessage.Item
final case class Item(pokemon: ActiveId, item: ItemName, effect: Option[Effect])

An item was revealed.

Value parameters

effect

the optional cause of the reveal

item

the revealed item

pokemon

the item holder

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product