Item

io.github.pidoveproject.showdown.battle.Effect.Item
final case class Item(item: ItemName)

An effect caused by an item.

Value parameters

item

the causing item

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