Class ChoiceItemTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.item.ChoiceItemTests
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<TestResult>
A Choice Band/Scarf/Specs locks a Pokémon into using one move.
-
Constructor Details
-
ChoiceItemTests
public ChoiceItemTests()
-
-
Method Details
-
testChosenMoveIsTheSameAfterDynamaxEnds
public static CompletableFuture<TestResult> testChosenMoveIsTheSameAfterDynamaxEnds(BattleTestHelper helper) A Choice Band/Scarf/Specs locks a Pokémon into using one move. Dynamaxing will allow the Pokémon to use any of its Dynamaxed moves. Once it un-dynamaxes, it the Choice items should re-lock the same move it had locked before.
-