Class QueryResponse.PluginInformation
- java.lang.Object
-
- com.velocitypowered.api.proxy.server.QueryResponse.PluginInformation
-
- Enclosing class:
- QueryResponse
public static final class QueryResponse.PluginInformation extends Object
Represents a plugin in the query response.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getName()
Optional<String>
getVersion()
int
hashCode()
static QueryResponse.PluginInformation
of(String name, @Nullable String version)
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
of
public static QueryResponse.PluginInformation of(String name, @Nullable String version)
-
-