net.minecraft.client
Class CallableGLInfo

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

public class CallableGLInfo
extends Object
implements Callable


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

Constructor Detail

CallableGLInfo

public CallableGLInfo(Minecraft par1Minecraft)
Method Detail

getTexturePack

public String getTexturePack()

call

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