Package com.velocitypowered.api.util
Class ProxyVersion
- java.lang.Object
-
- com.velocitypowered.api.util.ProxyVersion
-
public final class ProxyVersion extends Object
Provides a version object for the proxy.
-
-
Constructor Summary
Constructors Constructor Description ProxyVersion(String name, String vendor, String version)
Creates a newProxyVersion
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(@Nullable Object o)
String
getName()
String
getVendor()
String
getVersion()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
ProxyVersion
public ProxyVersion(String name, String vendor, String version)
Creates a newProxyVersion
instance.- Parameters:
name
- the name for the proxy implementationvendor
- the vendor for the proxy implementationversion
- the version for the proxy implementation
-
-