net.minecraft.crash
Class CallableMinecraftVersion

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

public class CallableMinecraftVersion
extends Object
implements Callable


Constructor Summary
CallableMinecraftVersion(CrashReport par1CrashReport)
           
 
Method Summary
 Object call()
           
 String minecraftVersion()
          The current version of Minecraft
 
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

minecraftVersion

public String minecraftVersion()
The current version of Minecraft


call

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