Class DimensionalInventoriesGameTest

java.lang.Object
net.thomilist.dimensionalinventories.gametest.DimensionalInventoriesGameTest
All Implemented Interfaces:
net.fabricmc.fabric.api.gametest.v1.CustomTestMethodInvoker
Direct Known Subclasses:
DimensionPoolChangeOnRespawnTest, GameModeModuleTests, InventoryModuleTests, LogThrottlerTests, NonPlayerHandlingTests, ShoulderEntityModuleTests, StatusEffectModuleTests, StorageVersionMigrationTests, StringHelperTests

public abstract class DimensionalInventoriesGameTest extends Object implements net.fabricmc.fabric.api.gametest.v1.CustomTestMethodInvoker
  • Field Details

    • LOGGER

      public static final org.slf4j.Logger LOGGER
    • MAX_TICKS

      public static final int MAX_TICKS
      See Also:
  • Constructor Details

    • DimensionalInventoriesGameTest

      protected DimensionalInventoriesGameTest()
  • Method Details

    • initializeSampleData

      protected static void initializeSampleData(net.minecraft.test.TestContext context, String resourcePath, String worldDestinationPath)
    • invokeTestMethod

      public void invokeTestMethod(net.minecraft.test.TestContext context, Method method) throws ReflectiveOperationException
      Specified by:
      invokeTestMethod in interface net.fabricmc.fabric.api.gametest.v1.CustomTestMethodInvoker
      Throws:
      ReflectiveOperationException