Class IOWorker.Entry

  • Enclosing class:
    IOWorker

    static class IOWorker.Entry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private CompoundNBT data  
      private java.util.concurrent.CompletableFuture<java.lang.Void> result  
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(CompoundNBT p_i231891_1_)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • result

        private final java.util.concurrent.CompletableFuture<java.lang.Void> result
    • Constructor Detail