net.minecraft.src
Class CallableServerProfiler

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

public class CallableServerProfiler
extends Object
implements Callable


Constructor Summary
CallableServerProfiler(MinecraftServer par1MinecraftServer)
           
 
Method Summary
 Object call()
           
 String getServerProfilerEnabled()
          Gets if Server Profiler (aka Snooper) is enabled.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallableServerProfiler

public CallableServerProfiler(MinecraftServer par1MinecraftServer)
Method Detail

getServerProfilerEnabled

public String getServerProfilerEnabled()
Gets if Server Profiler (aka Snooper) is enabled.


call

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