Class AllySwitchTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.move.AllySwitchTests
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
-
Constructor Details
-
AllySwitchTests
public AllySwitchTests()
-
-
Method Details
-
shouldRedirectOpposingAttacksAndFailSelfTargeted
public static CompletableFuture<TestResult> shouldRedirectOpposingAttacksAndFailSelfTargeted(BattleTestHelper helper) -
shouldNotRedirectAlliedSpreadAttack
public static CompletableFuture<TestResult> shouldNotRedirectAlliedSpreadAttack(BattleTestHelper helper) -
shouldNotRedirectAllyTargettedAttack
public static CompletableFuture<TestResult> shouldNotRedirectAllyTargettedAttack(BattleTestHelper helper) -
shouldSwitchPositionalStatuses
-
shouldTriggerHealingWishMidTurn
public static CompletableFuture<TestResult> shouldTriggerHealingWishMidTurn(BattleTestHelper helper) -
shouldNotRedirectSelfTargetingMoves
public static CompletableFuture<TestResult> shouldNotRedirectSelfTargetingMoves(BattleTestHelper helper) -
shouldFailIfUsedByMiddlePokemonInTripleBattle
public static CompletableFuture<TestResult> shouldFailIfUsedByMiddlePokemonInTripleBattle(BattleTestHelper helper) -
shouldSwitchOuterPokemonIfUsedInTripleBattle
public static CompletableFuture<TestResult> shouldSwitchOuterPokemonIfUsedInTripleBattle(BattleTestHelper helper) -
shouldFailIfAllySwitchWasAlreadyUsedThisTurn
public static CompletableFuture<TestResult> shouldFailIfAllySwitchWasAlreadyUsedThisTurn(BattleTestHelper helper)
-