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