net.minecraft.client
Class CallableClientMemoryStats

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

public class CallableClientMemoryStats
extends Object
implements Callable


Constructor Summary
CallableClientMemoryStats(Minecraft par1)
           
 
Method Summary
 Object call()
           
 String func_90047_a()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallableClientMemoryStats

public CallableClientMemoryStats(Minecraft par1)
Method Detail

func_90047_a

public String func_90047_a()

call

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