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