Package com.binaris.wizardry.gametest
Class ArcaneWorkbenchTest
java.lang.Object
com.binaris.wizardry.gametest.ArcaneWorkbenchTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidapplySpellsToWand(net.minecraft.gametest.framework.GameTestHelper helper) static voidcannotExceedBlankScrollLimit(net.minecraft.gametest.framework.GameTestHelper helper) static voidcannotExceedSpellBookLimit(net.minecraft.gametest.framework.GameTestHelper helper) static voidcannotExceedUpgradeLimit(net.minecraft.gametest.framework.GameTestHelper helper) static voidcannotUpgradeMaxedArmor(net.minecraft.gametest.framework.GameTestHelper helper) static voidcanUpgradeToNextTier(net.minecraft.gametest.framework.GameTestHelper helper) static voidputSpellOnBlankScroll(net.minecraft.gametest.framework.GameTestHelper helper) static voidputSpellOnScroll(net.minecraft.gametest.framework.GameTestHelper helper) static voidrepairWand(net.minecraft.gametest.framework.GameTestHelper helper) static voidupgradeWandNextTierNBT(net.minecraft.gametest.framework.GameTestHelper helper) static voidupgradeWizardArmor(net.minecraft.gametest.framework.GameTestHelper helper)
-
Constructor Details
-
ArcaneWorkbenchTest
public ArcaneWorkbenchTest()
-
-
Method Details
-
applySpellsToWand
public static void applySpellsToWand(net.minecraft.gametest.framework.GameTestHelper helper) -
canUpgradeToNextTier
public static void canUpgradeToNextTier(net.minecraft.gametest.framework.GameTestHelper helper) -
putSpellOnBlankScroll
public static void putSpellOnBlankScroll(net.minecraft.gametest.framework.GameTestHelper helper) -
putSpellOnScroll
public static void putSpellOnScroll(net.minecraft.gametest.framework.GameTestHelper helper) -
upgradeWizardArmor
public static void upgradeWizardArmor(net.minecraft.gametest.framework.GameTestHelper helper) -
cannotUpgradeMaxedArmor
public static void cannotUpgradeMaxedArmor(net.minecraft.gametest.framework.GameTestHelper helper) -
repairWand
public static void repairWand(net.minecraft.gametest.framework.GameTestHelper helper) -
cannotExceedBlankScrollLimit
public static void cannotExceedBlankScrollLimit(net.minecraft.gametest.framework.GameTestHelper helper) -
cannotExceedSpellBookLimit
public static void cannotExceedSpellBookLimit(net.minecraft.gametest.framework.GameTestHelper helper) -
cannotExceedUpgradeLimit
public static void cannotExceedUpgradeLimit(net.minecraft.gametest.framework.GameTestHelper helper) -
upgradeWandNextTierNBT
public static void upgradeWandNextTierNBT(net.minecraft.gametest.framework.GameTestHelper helper)
-