net.minecraft.client
Class CallableClientProfiler

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

public class CallableClientProfiler
extends Object
implements Callable


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

Constructor Detail

CallableClientProfiler

public CallableClientProfiler(Minecraft par1Minecraft)
Method Detail

func_90045_a

public String func_90045_a()

call

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