Class EBTestCentral.TempEnchants
java.lang.Object
com.binaris.wizardry.core.gametest.EBTestCentral.TempEnchants
- Enclosing class:
- EBTestCentral
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidimbuementTickCompanyTest(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 timestatic voidimbuementTickTest(net.minecraft.gametest.framework.GameTestHelper helper) Puts an imbuement enchant to an item and checks after the end time if the enchantment is removedstatic voidsimpleEnchantCompanyTest(net.minecraft.gametest.framework.GameTestHelper helper) Puts an imbuement enchant alongside a normal enchant, checks if both are presentstatic voidsimpleEnchantTest(net.minecraft.gametest.framework.GameTestHelper helper) Puts an imbuement enchant to an item and check if the enchant is present
-
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
-