Modifier and Type | Class and Description |
---|---|
class |
GuiProgress |
class |
LoadingScreenRenderer |
Modifier and Type | Method and Description |
---|---|
boolean |
ChunkProviderClient.saveChunks(boolean par1,
IProgressUpdate par2IProgressUpdate)
Two modes of operation: if passed true, save all Chunks in one go.
|
Modifier and Type | Class and Description |
---|---|
class |
ConvertingProgressUpdate |
Modifier and Type | Method and Description |
---|---|
static void |
HttpUtil.downloadTexturePack(File par0File,
String par1Str,
IDownloadSuccess par2IDownloadSuccess,
Map par3Map,
int par4,
IProgressUpdate par5IProgressUpdate) |
Modifier and Type | Method and Description |
---|---|
void |
WorldServer.saveAllChunks(boolean par1,
IProgressUpdate par2IProgressUpdate)
Saves all chunks to disk while updating progress bar.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IChunkProvider.saveChunks(boolean flag,
IProgressUpdate iprogressupdate)
Two modes of operation: if passed true, save all Chunks in one go.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AnvilSaveConverter.convertMapFormat(String par1Str,
IProgressUpdate par2IProgressUpdate)
Converts the specified map to the new map format.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ChunkProviderFlat.saveChunks(boolean par1,
IProgressUpdate par2IProgressUpdate)
Two modes of operation: if passed true, save all Chunks in one go.
|
boolean |
ChunkProviderEnd.saveChunks(boolean par1,
IProgressUpdate par2IProgressUpdate)
Two modes of operation: if passed true, save all Chunks in one go.
|
boolean |
ChunkProviderGenerate.saveChunks(boolean par1,
IProgressUpdate par2IProgressUpdate)
Two modes of operation: if passed true, save all Chunks in one go.
|
boolean |
ChunkProviderHell.saveChunks(boolean par1,
IProgressUpdate par2IProgressUpdate)
Two modes of operation: if passed true, save all Chunks in one go.
|
boolean |
ChunkProviderServer.saveChunks(boolean par1,
IProgressUpdate par2IProgressUpdate)
Two modes of operation: if passed true, save all Chunks in one go.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ISaveFormat.convertMapFormat(String s,
IProgressUpdate iprogressupdate)
Converts the specified map to the new map format.
|
boolean |
SaveFormatOld.convertMapFormat(String par1Str,
IProgressUpdate par2IProgressUpdate)
Converts the specified map to the new map format.
|