net.minecraft.client
Class CallableTickingScreenName

java.lang.Object
  extended by net.minecraft.client.CallableTickingScreenName
All Implemented Interfaces:
Callable

public class CallableTickingScreenName
extends Object
implements Callable


Constructor Summary
CallableTickingScreenName(Minecraft par1Minecraft)
           
 
Method Summary
 Object call()
           
 String getLWJGLVersion()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallableTickingScreenName

public CallableTickingScreenName(Minecraft par1Minecraft)
Method Detail

getLWJGLVersion

public String getLWJGLVersion()

call

public Object call()
Specified by:
call in interface Callable