java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.item.DriveTests

public class DriveTests extends Object
  • Constructor Details

    • DriveTests

      public DriveTests()
  • Method Details

    • testDriveCannotBeStolenFromGenesectByThief

      public static CompletableFuture<TestResult> testDriveCannotBeStolenFromGenesectByThief(BattleTestHelper helper)
      A Genesect holding a (Burn/Chill/Douse/Shock) Drive cannot have it stolen via the Thief move.
    • testDriveCannotBeStolenFromGenesectByMagician

      public static CompletableFuture<TestResult> testDriveCannotBeStolenFromGenesectByMagician(BattleTestHelper helper)
      A Genesect holding a (Burn/Chill/Douse/Shock) Drive cannot have it stolen via the Magician ability.
    • testDriveCannotBeStolenFromGenesectByTrick

      public static CompletableFuture<TestResult> testDriveCannotBeStolenFromGenesectByTrick(BattleTestHelper helper)
      A Genesect holding a (Burn/Chill/Douse/Shock) Drive cannot have it stolen via the Trick move.
    • testDriveCannotBeRemovedFromGenesectByKnockOff

      public static CompletableFuture<TestResult> testDriveCannotBeRemovedFromGenesectByKnockOff(BattleTestHelper helper)
      A Genesect holding a (Burn/Chill/Douse/Shock) Drive cannot have it removed via the Knock Off move.
    • testDriveCannotBeRemovedByGenesectUsingFling

      public static CompletableFuture<TestResult> testDriveCannotBeRemovedByGenesectUsingFling(BattleTestHelper helper)
      A Genesect holding a (Burn/Chill/Douse/Shock) Drive cannot have it removed by the Genesect using the Fling move.
    • testDriveCannotBeStolenByGenesect

      public static CompletableFuture<TestResult> testDriveCannotBeStolenByGenesect(BattleTestHelper helper)
      A Genesect using the Thief move on another Pokémon holding a (Burn/Chill/Douse/Shock) Drive cannot give itself that Drive.
    • testDriveCannotBeGivenToGenesect

      public static CompletableFuture<TestResult> testDriveCannotBeGivenToGenesect(BattleTestHelper helper)
      A Genesect cannot be given a (Burn/Chill/Douse/Shock) Drive by another Pokémon via a move such as Bestow.
    • testDriveCanBeRemovedByKnockOffIfNotHeldByGenesect

      public static CompletableFuture<TestResult> testDriveCanBeRemovedByKnockOffIfNotHeldByGenesect(BattleTestHelper helper)
      A non-Genesect Pokémon that is holding a (Burn/Chill/Douse/Shock) Drive CAN have the Drive removed by the Knock Off move.