Class EBTestCentral.ConjureSpells

java.lang.Object
com.binaris.wizardry.core.gametest.EBTestCentral.ConjureSpells
Enclosing class:
EBTestCentral

public static class EBTestCentral.ConjureSpells extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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
  • Constructor Details

    • ConjureSpells

      public ConjureSpells()
  • 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)