Class EBTestCentral.TempEnchants

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

public static class EBTestCentral.TempEnchants extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    imbuementTickCompanyTest(net.minecraft.gametest.framework.GameTestHelper helper)
    Puts an imbuement enchant alongside a normal enchant, checks if the normal enchant is still present and the imbuement is removed after the end time
    static void
    imbuementTickTest(net.minecraft.gametest.framework.GameTestHelper helper)
    Puts an imbuement enchant to an item and checks after the end time if the enchantment is removed
    static void
    simpleEnchantCompanyTest(net.minecraft.gametest.framework.GameTestHelper helper)
    Puts an imbuement enchant alongside a normal enchant, checks if both are present
    static void
    simpleEnchantTest(net.minecraft.gametest.framework.GameTestHelper helper)
    Puts an imbuement enchant to an item and check if the enchant is present

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TempEnchants

      public TempEnchants()
  • Method Details

    • simpleEnchantTest

      public static void simpleEnchantTest(net.minecraft.gametest.framework.GameTestHelper helper)
      Puts an imbuement enchant to an item and check if the enchant is present
    • simpleEnchantCompanyTest

      public static void simpleEnchantCompanyTest(net.minecraft.gametest.framework.GameTestHelper helper)
      Puts an imbuement enchant alongside a normal enchant, checks if both are present
    • imbuementTickTest

      public static void imbuementTickTest(net.minecraft.gametest.framework.GameTestHelper helper)
      Puts an imbuement enchant to an item and checks after the end time if the enchantment is removed
    • imbuementTickCompanyTest

      public static void imbuementTickCompanyTest(net.minecraft.gametest.framework.GameTestHelper helper)
      Puts an imbuement enchant alongside a normal enchant, checks if the normal enchant is still present and the imbuement is removed after the end time