Uses of Class
net.md_5.bungee.api.ServerPing.Players
-
Packages that use ServerPing.Players Package Description net.md_5.bungee.api -
-
Uses of ServerPing.Players in net.md_5.bungee.api
Methods in net.md_5.bungee.api that return ServerPing.Players Modifier and Type Method Description ServerPing.Players
ServerPing. getPlayers()
Methods in net.md_5.bungee.api with parameters of type ServerPing.Players Modifier and Type Method Description void
ServerPing. setPlayers(ServerPing.Players players)
Constructors in net.md_5.bungee.api with parameters of type ServerPing.Players Constructor Description 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)
-