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 getPlayers()
          Gets the current player count, maximum player count, and player entity list.
 
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

getPlayers

public String getPlayers()
Gets the current player count, maximum player count, and player entity list.


call

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