Class Commanded


public class Commanded extends StatusBase
  • Constructor Details

  • Method Details

    • stopsSwitching

      public boolean stopsSwitching()
      Description copied from class: StatusBase
      Determines whether the status stops switching.
      Overrides:
      stopsSwitching in class StatusBase
      Returns:
      Whether the status stops switching.
    • stopsForcedSwitches

      public boolean stopsForcedSwitches(PixelmonWrapper cause)
      Description copied from class: StatusBase
      Determines whether the status prevents another Pokémon from switching them.
      Overrides:
      stopsForcedSwitches in class StatusBase
      Parameters:
      cause - The Pokémon triggering the switch.
      Returns:
      Whether the status stops the forced switch.
    • getBoostedStat

      public BattleStatsType getBoostedStat()