Class EBTestCentral.WizardArmor

java.lang.Object
com.binaris.wizardry.core.gametest.EBTestCentral.WizardArmor
Enclosing class:
EBTestCentral

public static class EBTestCentral.WizardArmor extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    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.
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.