net.minecraft.src
Class CallableMinecraftVersion

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

public class CallableMinecraftVersion
extends Object
implements Callable


Constructor Summary
CallableMinecraftVersion(CrashReport par1CrashReport)
           
 
Method Summary
 Object call()
           
 String func_71493_a()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallableMinecraftVersion

public CallableMinecraftVersion(CrashReport par1CrashReport)
Method Detail

func_71493_a

public String func_71493_a()

call

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