public class ServerPing
extends java.lang.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,
java.lang.String description,
Favicon favicon)
Deprecated.
|
ServerPing(ServerPing.Protocol version,
ServerPing.Players players,
java.lang.String description,
java.lang.String favicon)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Deprecated.
|
BaseComponent |
getDescriptionComponent() |
java.lang.String |
getFavicon()
Deprecated.
|
Favicon |
getFaviconObject() |
void |
setDescription(java.lang.String description)
Deprecated.
|
void |
setDescriptionComponent(BaseComponent description) |
void |
setFavicon(Favicon favicon) |
void |
setFavicon(java.lang.String favicon)
Deprecated.
|
@Deprecated public ServerPing(ServerPing.Protocol version, ServerPing.Players players, java.lang.String description, java.lang.String favicon)
@Deprecated public ServerPing(ServerPing.Protocol version, ServerPing.Players players, java.lang.String description, Favicon favicon)
@Deprecated public java.lang.String getFavicon()
public Favicon getFaviconObject()
@Deprecated public void setFavicon(java.lang.String favicon)
public void setFavicon(Favicon favicon)
@Deprecated public void setDescription(java.lang.String description)
@Deprecated public java.lang.String getDescription()
public void setDescriptionComponent(BaseComponent description)
public BaseComponent getDescriptionComponent()
Copyright © 2015-2018 WaterfallMC. All Rights Reserved.