net.minecraft.src
Class CallableIsServerModded

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

public class CallableIsServerModded
extends Object
implements Callable


Constructor Summary
CallableIsServerModded(MinecraftServer par1MinecraftServer)
           
 
Method Summary
 Object call()
           
 String getServerIsModded()
          Gets if Minecraft Server is Modded.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallableIsServerModded

public CallableIsServerModded(MinecraftServer par1MinecraftServer)
Method Detail

getServerIsModded

public String getServerIsModded()
Gets if Minecraft Server is Modded.


call

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