Destroyed

io.github.pidoveproject.showdown.battle.HeldItem.Destroyed
final case class Destroyed(item: ItemName, cause: Option[Effect])

A no longer held item.

Value parameters

cause

the cause of the item destruction (e.g Knock Off)

item

the originally held item

Attributes

Source
HeldItem.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product