Package com.velocitypowered.api.util
Class ProxyVersion
java.lang.Object
com.velocitypowered.api.util.ProxyVersion
Provides a version object for the proxy.
-
Constructor Summary
ConstructorDescriptionProxyVersion
(String name, String vendor, String version) Creates a newProxyVersion
instance. -
Method Summary
-
Constructor Details
-
ProxyVersion
Creates a newProxyVersion
instance.- Parameters:
name
- the name for the proxy implementationvendor
- the vendor for the proxy implementationversion
- the version for the proxy implementation
-
-
Method Details