public class ServerPing extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ServerPing.ModInfo |
static class |
ServerPing.ModItem |
static class |
ServerPing.PlayerInfo |
static class |
ServerPing.Players |
static class |
ServerPing.Protocol |
Constructor and Description |
---|
ServerPing(ServerPing.Protocol version,
ServerPing.Players players,
String description,
Favicon favicon)
Deprecated.
|
ServerPing(ServerPing.Protocol version,
ServerPing.Players players,
String description,
String favicon)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Deprecated.
|
BaseComponent |
getDescriptionComponent() |
String |
getFavicon()
Deprecated.
|
Favicon |
getFaviconObject() |
void |
setDescription(String description)
Deprecated.
|
void |
setDescriptionComponent(BaseComponent description) |
void |
setFavicon(Favicon favicon) |
void |
setFavicon(String favicon)
Deprecated.
|
@Deprecated public ServerPing(ServerPing.Protocol version, ServerPing.Players players, String description, String favicon)
@Deprecated public ServerPing(ServerPing.Protocol version, ServerPing.Players players, String description, Favicon favicon)
@Deprecated public String getFavicon()
public Favicon getFaviconObject()
@Deprecated public void setFavicon(String favicon)
public void setFavicon(Favicon favicon)
@Deprecated public void setDescription(String description)
@Deprecated public String getDescription()
public void setDescriptionComponent(BaseComponent description)
public BaseComponent getDescriptionComponent()
Copyright © 2012–2019 SpigotMC. All rights reserved.