net.minecraft.src
Class CallablePlayers

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

public class CallablePlayers
extends Object
implements Callable


Constructor Summary
CallablePlayers(MinecraftServer par1MinecraftServer)
           
 
Method Summary
 Object call()
           
 String func_74269_a()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallablePlayers

public CallablePlayers(MinecraftServer par1MinecraftServer)
Method Detail

func_74269_a

public String func_74269_a()

call

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