All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.pidoveproject.showdown.protocol.client.MoveModifier.scala Maven / Gradle / Ivy

The newest version!
package io.github.pidoveproject.showdown.protocol.client

import io.github.pidoveproject.showdown.protocol.{MessageDecoder, MessageEncoder}

/**
 * A modifier usable with a move.
 */
enum MoveModifier derives MessageEncoder, MessageDecoder:

  /**
   * Mega evolve.
   */
  case Mega()

  /**
   * Make the move a Z move.
   */
  case ZMove()

  /**
   * Dynamax/Gigantamax.
   */
  case Max()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy