net.minecraft.src
Class CallableGLInfo

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

public class CallableGLInfo
extends Object
implements Callable


Constructor Summary
CallableGLInfo(Minecraft par1Minecraft)
           
 
Method Summary
 Object call()
           
 String func_74418_a()
           
 
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

func_74418_a

public String func_74418_a()

call

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