public class SplashProgress
extends java.lang.Object
| Constructor and Description | 
|---|
| SplashProgress() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | checkGLError(java.lang.String where) | 
| static void | clearVanillaResources(TextureManager renderEngine,
                     ResourceLocation mojangLogo) | 
| static void | drawVanillaScreen(TextureManager renderEngine) | 
| static void | finish() | 
| static int | getMaxTextureSize() | 
| static void | pause()Deprecated. 
 not a stable API, will break, don't use this yet | 
| static void | resume()Deprecated. 
 not a stable API, will break, don't use this yet | 
| static void | start() | 
public static void start()
public static int getMaxTextureSize()
@Deprecated public static void pause()
resume() when you're done.@Deprecated public static void resume()
public static void finish()
public static void drawVanillaScreen(TextureManager renderEngine) throws org.lwjgl.LWJGLException
org.lwjgl.LWJGLExceptionpublic static void clearVanillaResources(TextureManager renderEngine, ResourceLocation mojangLogo)
public static void checkGLError(java.lang.String where)