public class ThreadDownloadResources extends Thread
Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description | 
|---|---|
File | 
resourcesFolder
The folder to store the resources in. 
 | 
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description | 
|---|
ThreadDownloadResources(File par1File,
                                              Minecraft par2Minecraft)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
closeMinecraft()
Called when Minecraft is closing down. 
 | 
void | 
reloadResources()
Reloads the resource folder and passes the resources to Minecraft to install. 
 | 
void | 
run()  | 
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic File resourcesFolder
public ThreadDownloadResources(File par1File, Minecraft par2Minecraft)
public void reloadResources()
public void closeMinecraft()