Class MoveOrderModifier


public class MoveOrderModifier extends StatusBase
Reorders the turn list for a targeted pokemon, such as After You or Quash
  • Field Details

    • movesFirst

      public boolean movesFirst
  • Constructor Details

    • MoveOrderModifier

      public MoveOrderModifier()
    • MoveOrderModifier

      public MoveOrderModifier(boolean goesFirst)
      Initializes the status.
      Parameters:
      goesFirst - Whether the status puts the pokemon to the front or end of the move order
  • Method Details