Package net.md_5.bungee.api
Class ServerPing
java.lang.Object
net.md_5.bungee.api.ServerPing
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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionServerPing(ServerPing.Protocol version, ServerPing.Players players, String description, String favicon) Deprecated.ServerPing(ServerPing.Protocol version, ServerPing.Players players, String description, Favicon favicon) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.voidsetDescription(String description) Deprecated.voidsetDescriptionComponent(BaseComponent description) voidsetFavicon(String favicon) Deprecated.voidsetFavicon(Favicon favicon)
-
Constructor Details
-
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.
-
-
Method Details
-
getFavicon
Deprecated. -
getFaviconObject
-
setFavicon
Deprecated. -
setFavicon
-
setDescription
Deprecated. -
getDescription
Deprecated. -
setDescriptionComponent
-
getDescriptionComponent
-