Class DeferredWorkQueueTest

java.lang.Object
net.minecraftforge.debug.DeferredWorkQueueTest

public class DeferredWorkQueueTest extends Object
Tests that the DeferredWorkQueue properly executes enqueued tasks and forwards any exceptions thrown by those tasks
  • Field Details

  • Constructor Details

    • DeferredWorkQueueTest

      public DeferredWorkQueueTest()
  • Method Details

    • onCommonSetup

      public static void onCommonSetup(FMLCommonSetupEvent event)
    • executeThrowingRunnable

      private static void executeThrowingRunnable()
    • executeThrowingSupplier

      private static String executeThrowingSupplier()