Class AssaultVestTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.item.AssaultVestTests
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<TestResult>
An Assault Vest should prevent the battle participant from selecting status moves for the Pokémon that holds the Assault Vest.static CompletableFuture<TestResult>
An Assault Vest shouldn't prevent the holder of it from using status moves if the item is forced upon it the same turn they select a status move.
-
Constructor Details
-
AssaultVestTests
public AssaultVestTests()
-
-
Method Details
-
testAssaultVestDisablesStatusMoves
public static CompletableFuture<TestResult> testAssaultVestDisablesStatusMoves(BattleTestHelper helper) An Assault Vest should prevent the battle participant from selecting status moves for the Pokémon that holds the Assault Vest. -
testAssaultVestDoesntPreventUsingStatusMoves
public static CompletableFuture<TestResult> testAssaultVestDoesntPreventUsingStatusMoves(BattleTestHelper helper) An Assault Vest shouldn't prevent the holder of it from using status moves if the item is forced upon it the same turn they select a status move.
-