Class KingsShieldTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.move.KingsShieldTests
-
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
-
KingsShieldTests
public KingsShieldTests()
-
-
Method Details
-
shouldLowerAttackOfTheUserOfAContactMove
public static CompletableFuture<TestResult> shouldLowerAttackOfTheUserOfAContactMove(BattleTestHelper helper) -
shouldNotLowerAttackAgainstANonContactMove
public static CompletableFuture<TestResult> shouldNotLowerAttackAgainstANonContactMove(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
-
shouldOnlyReduceAttackOnceForMultiHitMoves
public static CompletableFuture<TestResult> shouldOnlyReduceAttackOnceForMultiHitMoves(BattleTestHelper helper) -
shouldReduceAttackEvenIfImmuneToAttack
public static CompletableFuture<TestResult> shouldReduceAttackEvenIfImmuneToAttack(BattleTestHelper helper)
-