Class DragonCheerTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.move.DragonCheerTests
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture
<TestResult> isNotASoundMove
(BattleTestHelper helper) static CompletableFuture
<TestResult> isNotRemovedByHaze
(BattleTestHelper helper) static CompletableFuture
<TestResult> static CompletableFuture
<TestResult> static CompletableFuture
<TestResult> static CompletableFuture
<TestResult> static CompletableFuture
<TestResult> shouldNotBoostTwice
(BattleTestHelper helper) static CompletableFuture
<TestResult> static CompletableFuture
<TestResult>
-
Constructor Details
-
DragonCheerTests
public DragonCheerTests()
-
-
Method Details
-
shouldRaiseCritStageOfDragonsBy2StagesInsteadOfOne
public static CompletableFuture<TestResult> shouldRaiseCritStageOfDragonsBy2StagesInsteadOfOne(BattleTestHelper helper) -
shouldNotBoostTwice
-
shouldBeBlockedByFocusEnergy
-
shouldFailWithoutTargets
-
shouldNotDoubleBoostIfTempDragonTypeAfterCheer
public static CompletableFuture<TestResult> shouldNotDoubleBoostIfTempDragonTypeAfterCheer(BattleTestHelper helper) -
shouldDoubleBoostIfTempTypeIsDragon
public static CompletableFuture<TestResult> shouldDoubleBoostIfTempTypeIsDragon(BattleTestHelper helper) -
isNotASoundMove
-
isNotRemovedByHaze
-
shouldBypassSubstituteAndProtect
public static CompletableFuture<TestResult> shouldBypassSubstituteAndProtect(BattleTestHelper helper)
-