|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bukkit.event.Event org.bukkit.event.server.ServerEvent org.bukkit.event.server.ServerListPingEvent
public class ServerListPingEvent
Called when a server list ping is coming in.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.bukkit.event.Event |
---|
Event.Result |
Constructor Summary | |
---|---|
ServerListPingEvent(InetAddress address,
String motd,
int numPlayers,
int maxPlayers)
|
Method Summary | |
---|---|
InetAddress |
getAddress()
Get the address the ping is coming from. |
static HandlerList |
getHandlerList()
|
HandlerList |
getHandlers()
|
int |
getMaxPlayers()
Get the maximum number of players sent. |
String |
getMotd()
Get the message of the day message. |
int |
getNumPlayers()
Get the number of players sent. |
void |
setMaxPlayers(int maxPlayers)
Set the maximum number of players sent. |
void |
setMotd(String motd)
Change the message of the day message. |
Methods inherited from class org.bukkit.event.Event |
---|
getEventName, isAsynchronous |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerListPingEvent(InetAddress address, String motd, int numPlayers, int maxPlayers)
Method Detail |
---|
public InetAddress getAddress()
public String getMotd()
public void setMotd(String motd)
motd
- the message of the daypublic int getNumPlayers()
public int getMaxPlayers()
public void setMaxPlayers(int maxPlayers)
maxPlayers
- the maximum number of playerpublic HandlerList getHandlers()
getHandlers
in class Event
public static HandlerList getHandlerList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |