Class ConjureItemTestHandler
java.lang.Object
com.binaris.wizardry.core.gametest.ConjureItemTestHandler
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static final record -
Method Summary
Modifier and TypeMethodDescriptionstatic voidconjureItemDespawn(net.minecraft.gametest.framework.GameTestHelper helper) static voidspawnConjureItem(net.minecraft.gametest.framework.GameTestHelper helper) Here we just want to check if the way of spawning conjure items are working, in order to not make the test too complex we use the flamecatcher spell as it is one of the simple conjure item spells, and we just check if the player receives the item after casting the spell.
-
Method Details
-
spawnConjureItem
public static void spawnConjureItem(net.minecraft.gametest.framework.GameTestHelper helper) Here we just want to check if the way of spawning conjure items are working, in order to not make the test too complex we use the flamecatcher spell as it is one of the simple conjure item spells, and we just check if the player receives the item after casting the spell. -
conjureItemDespawn
public static void conjureItemDespawn(net.minecraft.gametest.framework.GameTestHelper helper)
-