EndItem

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

An item was destroyed.

Value parameters

effect

the optional cause of the destruction

item

the revealed item

pokemon

the item holder

Attributes

Source
BattleMinorActionMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product