Class ObstructTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.move.ObstructTests
-
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
-
ObstructTests
public ObstructTests()
-
-
Method Details
-
shouldLowerDefenseOfTheUserOfAContactMove
public static CompletableFuture<TestResult> shouldLowerDefenseOfTheUserOfAContactMove(BattleTestHelper helper) -
shouldNotLowerDefenseAgainstANonContactMove
public static CompletableFuture<TestResult> shouldNotLowerDefenseAgainstANonContactMove(BattleTestHelper helper) -
shouldNotWeakenTheUserOfAContactMoveWithProtectivePads
public static CompletableFuture<TestResult> shouldNotWeakenTheUserOfAContactMoveWithProtectivePads(BattleTestHelper helper) -
shouldNotWeakenTheUserOfAContactMoveWithLongReach
public static CompletableFuture<TestResult> shouldNotWeakenTheUserOfAContactMoveWithLongReach(BattleTestHelper helper) -
shouldNotWeakenTheUserOfAContactMoveWithUnseenFist
public static CompletableFuture<TestResult> shouldNotWeakenTheUserOfAContactMoveWithUnseenFist(BattleTestHelper helper) -
shouldReduceDamageFromMaxMoves
-
shouldReduceDamageFromZMoves
-
shouldNotBlockStatusMoves
-
shouldOnlyReduceDefenseOnceForMultiHitMoves
public static CompletableFuture<TestResult> shouldOnlyReduceDefenseOnceForMultiHitMoves(BattleTestHelper helper) -
shouldReduceDefenseEvenIfImmuneToAttack
public static CompletableFuture<TestResult> shouldReduceDefenseEvenIfImmuneToAttack(BattleTestHelper helper)
-