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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidinitializeSampleData(net.minecraft.test.TestContext context, String resourcePath, String worldDestinationPath) voidinvokeTestMethod(net.minecraft.test.TestContext context, Method method)
-
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
-
invokeTestMethod
public void invokeTestMethod(net.minecraft.test.TestContext context, Method method) throws ReflectiveOperationException - Specified by:
invokeTestMethodin interfacenet.fabricmc.fabric.api.gametest.v1.CustomTestMethodInvoker- Throws:
ReflectiveOperationException
-