YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.server.ConvertingProgressUpdate Class Reference
Inheritance diagram for net.minecraft.server.ConvertingProgressUpdate:
net.minecraft.util.IProgressUpdate

Public Member Functions

 ConvertingProgressUpdate (MinecraftServer par1)
 
void displayProgressMessage (String par1Str)
 
void setLoadingProgress (int par1)
 
void resetProgressAndMessage (String par1Str)
 
void onNoMoreProgress ()
 
void resetProgresAndWorkingMessage (String par1Str)
 

Constructor & Destructor Documentation

net.minecraft.server.ConvertingProgressUpdate.ConvertingProgressUpdate ( MinecraftServer  par1)

Member Function Documentation

void net.minecraft.server.ConvertingProgressUpdate.displayProgressMessage ( String  par1Str)

"Saving level", or the loading,or downloading equivelent

Implements net.minecraft.util.IProgressUpdate.

void net.minecraft.server.ConvertingProgressUpdate.onNoMoreProgress ( )

called when there is no more progress to be had, both on completion and failure

Implements net.minecraft.util.IProgressUpdate.

void net.minecraft.server.ConvertingProgressUpdate.resetProgresAndWorkingMessage ( String  par1Str)

This is called with "Working..." by resetProgressAndMessage

Implements net.minecraft.util.IProgressUpdate.

void net.minecraft.server.ConvertingProgressUpdate.resetProgressAndMessage ( String  par1Str)

this string, followed by "working..." and then the "% complete" are the 3 lines shown. This resets progress to 0, and the WorkingString to "working...".

Implements net.minecraft.util.IProgressUpdate.

void net.minecraft.server.ConvertingProgressUpdate.setLoadingProgress ( int  par1)

Updates the progress bar on the loading screen to the specified amount. Args: loadProgress

Implements net.minecraft.util.IProgressUpdate.


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