Class GravityTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.move.GravityTests
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
-
Constructor Details
-
GravityTests
public GravityTests()
-
-
Method Details
-
testShouldGroundFlyingTypesAndRemoveGroundImmunity
public static CompletableFuture<TestResult> testShouldGroundFlyingTypesAndRemoveGroundImmunity(BattleTestHelper helper) -
testShouldBoostMoveAccuracyIndependentOfEvasionOrAccuracy
public static CompletableFuture<TestResult> testShouldBoostMoveAccuracyIndependentOfEvasionOrAccuracy(BattleTestHelper helper) -
testShouldBoostGravAppleBy50Percent
public static CompletableFuture<TestResult> testShouldBoostGravAppleBy50Percent(BattleTestHelper helper) -
testShouldGroundLevitatePokemonAndRemoveGroundImmunity
public static CompletableFuture<TestResult> testShouldGroundLevitatePokemonAndRemoveGroundImmunity(BattleTestHelper helper) -
testShouldInterruptAndDisableAirborneMoves
public static CompletableFuture<TestResult> testShouldInterruptAndDisableAirborneMoves(BattleTestHelper helper) -
testShouldAllowZMovesUnderGravityButOnlyZPowerEffects
public static CompletableFuture<TestResult> testShouldAllowZMovesUnderGravityButOnlyZPowerEffects(BattleTestHelper helper)
-