Class ConjureItemSpellsTestHandler
java.lang.Object
com.binaris.wizardry.core.gametest.ConjureItemSpellsTestHandler
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static final record -
Method Summary
Modifier and TypeMethodDescriptionstatic voidbuildTable(net.minecraft.gametest.framework.GameTestHelper helper) static voidconjureItemDespawn(net.minecraft.gametest.framework.GameTestHelper helper) Test if the Conjure Item Spells are working, despawing the item after the time limitstatic voidspawnConjureItem(net.minecraft.gametest.framework.GameTestHelper helper) Test if the Conjure Item Spells are working, spawning the item and placing it in the player's inventory, taking the spell Flamecatcher as an example.
-
Method Details
-
spawnConjureItem
public static void spawnConjureItem(net.minecraft.gametest.framework.GameTestHelper helper) Test if the Conjure Item Spells are working, spawning the item and placing it in the player's inventory, taking the spell Flamecatcher as an example. -
conjureItemDespawn
public static void conjureItemDespawn(net.minecraft.gametest.framework.GameTestHelper helper) Test if the Conjure Item Spells are working, despawing the item after the time limit -
buildTable
public static void buildTable(net.minecraft.gametest.framework.GameTestHelper helper)
-