Package net.md_5.bungee.api
Class ServerPing.Protocol
- java.lang.Object
-
- net.md_5.bungee.api.ServerPing.Protocol
-
- Enclosing class:
- ServerPing
public static class ServerPing.Protocol extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getName()
int
getProtocol()
int
hashCode()
void
setName(String name)
void
setProtocol(int protocol)
String
toString()
-