net.minecraft.client
Class CallableModded

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

public class CallableModded
extends Object
implements Callable


Constructor Summary
CallableModded(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

CallableModded

public CallableModded(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