Class ConjureItemSpellsTestHandler

java.lang.Object
com.binaris.wizardry.core.gametest.ConjureItemSpellsTestHandler

public final class ConjureItemSpellsTestHandler extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    protected static final record 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    buildTable(net.minecraft.gametest.framework.GameTestHelper helper)
     
    static void
    conjureItemDespawn(net.minecraft.gametest.framework.GameTestHelper helper)
    Test if the Conjure Item Spells are working, despawing the item after the time limit
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)