JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.minecraft.world.storage
Interface IThreadedFileIO
All Known Implementing Classes:
AnvilChunkLoader
public interface
IThreadedFileIO
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
writeNextIO
()
Writes one queued IO action.
Method Detail
writeNextIO
boolean writeNextIO()
Writes one queued IO action.
Returns:
true if there are more IO actions to perform afterwards, or false if there are none (and this instance of IThreadedFileIO should be removed from the queued list)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method