YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.world.storage.ThreadedFileIOBase Class Reference
Inheritance diagram for net.minecraft.world.storage.ThreadedFileIOBase:

Public Member Functions

void run ()
 
void queueIO (IThreadedFileIO par1IThreadedFileIO)
 
void waitForFinish () throws InterruptedException
 

Static Public Attributes

static final ThreadedFileIOBase threadedIOInstance = new ThreadedFileIOBase()
 

Member Function Documentation

void net.minecraft.world.storage.ThreadedFileIOBase.queueIO ( IThreadedFileIO  par1IThreadedFileIO)

threaded io

void net.minecraft.world.storage.ThreadedFileIOBase.run ( )
void net.minecraft.world.storage.ThreadedFileIOBase.waitForFinish ( ) throws InterruptedException

Member Data Documentation

final ThreadedFileIOBase net.minecraft.world.storage.ThreadedFileIOBase.threadedIOInstance = new ThreadedFileIOBase()
static

Instance of ThreadedFileIOBase


The documentation for this class was generated from the following file: