Class BrickBreakTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.move.BrickBreakTests
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<TestResult>
testBreaksReflect
(BattleTestHelper helper) static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
-
Constructor Details
-
BrickBreakTests
public BrickBreakTests()
-
-
Method Details
-
testBreaksReflect
-
testShouldNotBreakReflectIfTargetIsImmune
public static CompletableFuture<TestResult> testShouldNotBreakReflectIfTargetIsImmune(BattleTestHelper helper) -
testShouldBreakReflectIfImmunityIsIgnoredRingTarget
public static CompletableFuture<TestResult> testShouldBreakReflectIfImmunityIsIgnoredRingTarget(BattleTestHelper helper) -
testShouldBreakReflectIfImmunityIsIgnoredScrappy
public static CompletableFuture<TestResult> testShouldBreakReflectIfImmunityIsIgnoredScrappy(BattleTestHelper helper) -
testShouldBreakReflectAgainstImmunityIfElectified
public static CompletableFuture<TestResult> testShouldBreakReflectAgainstImmunityIfElectified(BattleTestHelper helper)
-