Package com.velocitypowered.api.util
Class ProxyVersion
java.lang.Object
com.velocitypowered.api.util.ProxyVersion
Provides a version object for the proxy.
-
Constructor Summary
ConstructorsConstructorDescriptionProxyVersion(String name, String vendor, String version) Creates a newProxyVersioninstance. -
Method Summary
-
Constructor Details
-
ProxyVersion
Creates a newProxyVersioninstance.- Parameters:
name- the name for the proxy implementationvendor- the vendor for the proxy implementationversion- the version for the proxy implementation
-
-
Method Details
-
getName
Gets the name of the proxy implementation.- Returns:
- the name of the proxy
-
getVendor
Gets the vendor of the proxy implementation.- Returns:
- the vendor of the proxy
-
getVersion
Gets the version of the proxy implementation.- Returns:
- the version of the proxy
-
equals
-
hashCode
public int hashCode() -
toString
-