net.minecraft.server
Class CallableServerProfiler

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

public class CallableServerProfiler
extends Object
implements Callable


Constructor Summary
CallableServerProfiler(MinecraftServer par1MinecraftServer)
           
 
Method Summary
 Object call()
           
 String func_82551_a()
           
 
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

func_82551_a

public String func_82551_a()

call

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