net.minecraft.server
Class CallableServerMemoryStats

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

public class CallableServerMemoryStats
extends Object
implements Callable


Constructor Summary
CallableServerMemoryStats(MinecraftServer par1MinecraftServer)
           
 
Method Summary
 Object call()
           
 String func_92022_a()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallableServerMemoryStats

public CallableServerMemoryStats(MinecraftServer par1MinecraftServer)
Method Detail

func_92022_a

public String func_92022_a()

call

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