类 DeferredWorkQueueTest
java.lang.Object
net.neoforged.neoforge.oldtest.DeferredWorkQueueTest
Tests that the
DeferredWorkQueue
properly executes enqueued tasks and
forwards any exceptions thrown by those tasks-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static void
private static String
static void
onCommonSetup
(net.neoforged.fml.event.lifecycle.FMLCommonSetupEvent event)
-
字段详细资料
-
MOD_ID
- 另请参阅:
-
ENABLE
private static final boolean ENABLE- 另请参阅:
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
构造器详细资料
-
DeferredWorkQueueTest
public DeferredWorkQueueTest()
-
-
方法详细资料
-
onCommonSetup
public static void onCommonSetup(net.neoforged.fml.event.lifecycle.FMLCommonSetupEvent event) -
executeThrowingRunnable
private static void executeThrowingRunnable() -
executeThrowingSupplier
-