Item

io.github.juliano.pokeapi.models.items.Item
See theItem companion object
final case class Item(id: Int, name: String, cost: Int, flingPower: Option[Int], flingEffect: Option[NamedAPIResource], attributes: List[NamedAPIResource], category: NamedAPIResource, effectEntries: List[VerboseEffect], flavorTextEntries: List[VersionGroupFlavorText], gameIndices: List[GenerationGameIndex], names: List[Name], sprites: ItemSprites, heldByPokemon: List[ItemHolderPokemon], babyTriggerFor: Option[APIResource], machines: List[MachineVersionDetail])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product