Class EBTestCentral.WizardArmor
java.lang.Object
com.binaris.wizardry.core.gametest.EBTestCentral.WizardArmor
- Enclosing class:
- EBTestCentral
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidarmorAttributesWithMana(net.minecraft.gametest.framework.GameTestHelper helper) Checks if the armor attributes (like protection) are present when the armor has mana, fails if the attributes are not present.static voidarmorNeverBreaks(net.minecraft.gametest.framework.GameTestHelper helper) Tests the internal mixins that prevent the wizard armor to break after reaching 0 durability, it fails in case the armor breaks.static voidarmorNoAttributesWithoutMana(net.minecraft.gametest.framework.GameTestHelper helper) Checks if the armor attributes (like protection) are not present when the armor has no mana, fails if the attributes are present even when the armor has no mana.
-
Constructor Details
-
WizardArmor
public WizardArmor()
-
-
Method Details
-
armorNeverBreaks
public static void armorNeverBreaks(net.minecraft.gametest.framework.GameTestHelper helper) Tests the internal mixins that prevent the wizard armor to break after reaching 0 durability, it fails in case the armor breaks. -
armorAttributesWithMana
public static void armorAttributesWithMana(net.minecraft.gametest.framework.GameTestHelper helper) Checks if the armor attributes (like protection) are present when the armor has mana, fails if the attributes are not present. -
armorNoAttributesWithoutMana
public static void armorNoAttributesWithoutMana(net.minecraft.gametest.framework.GameTestHelper helper) Checks if the armor attributes (like protection) are not present when the armor has no mana, fails if the attributes are present even when the armor has no mana.
-