items

io.github.juliano.pokeapi.models.items
object items

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
items.type

Members list

Type members

Classlikes

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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Item

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Item.type
final case class ItemAttribute(id: Int, name: String, items: List[NamedAPIResource], names: List[Name], descriptions: List[Description])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ItemCategory(id: Int, name: String, items: List[NamedAPIResource], names: List[Name], pocket: NamedAPIResource)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ItemFlingEffect(id: Int, name: String, effectEntries: List[Effect], items: List[NamedAPIResource])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ItemHolderPokemon(pokemon: NamedAPIResource, versionDetails: List[ItemHolderPokemon])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ItemHolderPokemonVersionDetail(rarity: Int, version: NamedAPIResource)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class ItemPocket(id: Int, name: String, categories: List[NamedAPIResource], names: List[Name])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ItemPocket.type
final case class ItemSprites(default: String)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type