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 booleanequals(Object o)StringgetName()Optional<String>getVersion()inthashCode()static QueryResponse.PluginInformationof(String name, @Nullable String version)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
of
public static QueryResponse.PluginInformation of(String name, @Nullable String version)
-
-