net.minecraft.src
Class CallableClientProfiler

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

public class CallableClientProfiler
extends Object
implements Callable


Constructor Summary
CallableClientProfiler(Minecraft par1Minecraft)
           
 
Method Summary
 Object call()
           
 String getClientProfilerEnabled()
          Gets if Client Profiler (aka Snooper) is enabled.
 
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

getClientProfilerEnabled

public String getClientProfilerEnabled()
Gets if Client Profiler (aka Snooper) is enabled.


call

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