Package net.minecraftforge.debug
Class DeferredWorkQueueTest
java.lang.Object
net.minecraftforge.debug.DeferredWorkQueueTest
Tests that the
DeferredWorkQueue
properly executes enqueued tasks and
forwards any exceptions thrown by those tasks-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static void
private static String
static void
onCommonSetup
(FMLCommonSetupEvent event)
-
Field Details
-
MOD_ID
- See Also:
-
ENABLE
private static final boolean ENABLE- See Also:
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
DeferredWorkQueueTest
public DeferredWorkQueueTest()
-
-
Method Details
-
onCommonSetup
-
executeThrowingRunnable
private static void executeThrowingRunnable() -
executeThrowingSupplier
-