MoveRange

io.github.pidoveproject.showdown.protocol.server.choice.MoveRange
See theMoveRange companion object
enum MoveRange

The range of a move.

Attributes

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

Members list

Type members

Enum entries

case case All extends MoveRange

Target everyone.

Target everyone.

Attributes

case case AllAdjacent extends MoveRange

Target all adjacent pokemon.

Target all adjacent pokemon.

Attributes

case case AllAdjacentFoes extends MoveRange

Target all adjacent opponents.

Target all adjacent opponents.

Attributes

case case AllySide extends MoveRange

Target the user's side.

Target the user's side.

Attributes

case case Any extends MoveRange

Target any pokemon.

Target any pokemon.

Attributes

case case FoeSide extends MoveRange

Target all opponents.

Target all opponents.

Attributes

case case Normal extends MoveRange

Target a single opponent.

Target a single opponent.

Attributes

case case RandomNormal extends MoveRange

Random normal.

Random normal.

Attributes

case case Self extends MoveRange

Target the user.

Target the user.

Attributes