Class HeavyDutyBootsTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.item.HeavyDutyBootsTests
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<TestResult>
The Pokémon holding Heavy-Duty Boots is unaffected by entry hazards.
-
Constructor Details
-
HeavyDutyBootsTests
public HeavyDutyBootsTests()
-
-
Method Details
-
testShouldPreventEntryHazardsAffectingTheHolder
public static CompletableFuture<TestResult> testShouldPreventEntryHazardsAffectingTheHolder(BattleTestHelper helper) The Pokémon holding Heavy-Duty Boots is unaffected by entry hazards. The Magikarp in this test should not be damaged by the Spikes or the Stealth Rocks, poisoned by the Toxic Spikes, or have its Speed lowered by the Sticky Web.
-