Package net.md_5.bungee.api
Class ServerPing
- java.lang.Object
- 
- net.md_5.bungee.api.ServerPing
 
- 
 public class ServerPing extends Object Represents the standard list data returned by opening a server in the Minecraft client server list, or hitting it with a packet 0xFE.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classServerPing.ModInfostatic classServerPing.ModItemstatic classServerPing.PlayerInfostatic classServerPing.Playersstatic classServerPing.Protocol
 - 
Constructor SummaryConstructors Constructor Description ServerPing()ServerPing(ServerPing.Protocol version, ServerPing.Players players, String description, String favicon)Deprecated.ServerPing(ServerPing.Protocol version, ServerPing.Players players, String description, Favicon favicon)Deprecated.ServerPing(ServerPing.Protocol version, ServerPing.Players players, BaseComponent description, Favicon favicon)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetDescription()Deprecated.BaseComponentgetDescriptionComponent()StringgetFavicon()Deprecated.FavicongetFaviconObject()ServerPing.ModInfogetModinfo()ServerPing.PlayersgetPlayers()ServerPing.ProtocolgetVersion()inthashCode()voidsetDescription(String description)Deprecated.voidsetDescriptionComponent(BaseComponent description)voidsetFavicon(String favicon)Deprecated.voidsetFavicon(Favicon favicon)voidsetPlayers(ServerPing.Players players)voidsetVersion(ServerPing.Protocol version)StringtoString()
 
- 
- 
- 
Constructor Detail- 
ServerPing@Deprecated public ServerPing(ServerPing.Protocol version, ServerPing.Players players, String description, String favicon) Deprecated.
 - 
ServerPing@Deprecated public ServerPing(ServerPing.Protocol version, ServerPing.Players players, String description, Favicon favicon) Deprecated.
 - 
ServerPingpublic ServerPing() 
 - 
ServerPingpublic ServerPing(ServerPing.Protocol version, ServerPing.Players players, BaseComponent description, Favicon favicon) 
 
- 
 - 
Method Detail- 
getFavicon@Deprecated public String getFavicon() Deprecated.
 - 
getFaviconObjectpublic Favicon getFaviconObject() 
 - 
setFavicon@Deprecated public void setFavicon(String favicon) Deprecated.
 - 
setFaviconpublic void setFavicon(Favicon favicon) 
 - 
setDescription@Deprecated public void setDescription(String description) Deprecated.
 - 
getDescription@Deprecated public String getDescription() Deprecated.
 - 
setDescriptionComponentpublic void setDescriptionComponent(BaseComponent description) 
 - 
getDescriptionComponentpublic BaseComponent getDescriptionComponent() 
 - 
getVersionpublic ServerPing.Protocol getVersion() 
 - 
getPlayerspublic ServerPing.Players getPlayers() 
 - 
getModinfopublic ServerPing.ModInfo getModinfo() 
 - 
setVersionpublic void setVersion(ServerPing.Protocol version) 
 - 
setPlayerspublic void setPlayers(ServerPing.Players players) 
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-