Class ScreensTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.move.ScreensTests
-
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
-
ScreensTests
public ScreensTests()
-
-
Method Details
-
testReflectReducesPhysicalDamage
public static CompletableFuture<TestResult> testReflectReducesPhysicalDamage(BattleTestHelper helper) -
testLightScreenReducesSpecialDamage
public static CompletableFuture<TestResult> testLightScreenReducesSpecialDamage(BattleTestHelper helper) -
testScreensReduceLessInDoubles
-
testScreensAreRemovedByPsychicFangs
public static CompletableFuture<TestResult> testScreensAreRemovedByPsychicFangs(BattleTestHelper helper) -
testScreensDoesNotStackWithThemselves
public static CompletableFuture<TestResult> testScreensDoesNotStackWithThemselves(BattleTestHelper helper) -
testScreensDoNotStackDamageReductionWithVeil
public static CompletableFuture<TestResult> testScreensDoNotStackDamageReductionWithVeil(BattleTestHelper helper)
-