Base

io.github.pidoveproject.showdown.battle.RevealedAbility.Base
final case class Base(ability: AbilityName)

The base ability of a pokemon.

Value parameters

ability

the ability of the pokemon

Attributes

Source
RevealedAbility.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product