Class ShieldsDownTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldsDownTests
-
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>
static CompletableFuture<TestResult>
-
Constructor Details
-
ShieldsDownTests
public ShieldsDownTests()
-
-
Method Details
-
shieldsDownShouldBlockPrimaryStatus
public static CompletableFuture<TestResult> shieldsDownShouldBlockPrimaryStatus(BattleTestHelper helper) -
shieldsDownShouldNotBlockMinorStatus
public static CompletableFuture<TestResult> shieldsDownShouldNotBlockMinorStatus(BattleTestHelper helper) -
shieldsDownShouldNotBlockStatusIfShieldsDown
public static CompletableFuture<TestResult> shieldsDownShouldNotBlockStatusIfShieldsDown(BattleTestHelper helper) -
shieldsDownShouldNotProtectTransformedPokemon
public static CompletableFuture<TestResult> shieldsDownShouldNotProtectTransformedPokemon(BattleTestHelper helper) -
shieldsDownShouldStartInCoreFormIfBelow50Percent
public static CompletableFuture<TestResult> shieldsDownShouldStartInCoreFormIfBelow50Percent(BattleTestHelper helper) -
shieldsDownShouldBlockRest
-
shieldsDownShouldNotBeIgnored
-
shieldsDownShouldTakeEntryHazardsBeforeActivating
public static CompletableFuture<TestResult> shieldsDownShouldTakeEntryHazardsBeforeActivating(BattleTestHelper helper) -
shieldsDownProtectsAgainstToxicSpikesOnSecondSwitch
public static CompletableFuture<TestResult> shieldsDownProtectsAgainstToxicSpikesOnSecondSwitch(BattleTestHelper helper) -
shieldsDownShouldActivateOnSwitchingIn
public static CompletableFuture<TestResult> shieldsDownShouldActivateOnSwitchingIn(BattleTestHelper helper)
-