net.minecraft.src
Class CallableModded

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

public class CallableModded
extends Object
implements Callable


Constructor Summary
CallableModded(Minecraft par1Minecraft)
           
 
Method Summary
 Object call()
           
 String getModded()
          Returns "Definitely" if the brand is not vanilla, "Very likely" if there are no signers for the Minecraft class, otherwise "Probably not".
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallableModded

public CallableModded(Minecraft par1Minecraft)
Method Detail

getModded

public String getModded()
Returns "Definitely" if the brand is not vanilla, "Very likely" if there are no signers for the Minecraft class, otherwise "Probably not".


call

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