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 newProxyVersioninstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(@Nullable Object o)StringgetName()StringgetVendor()StringgetVersion()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ProxyVersion
public ProxyVersion(String name, String vendor, String version)
Creates a newProxyVersioninstance.- Parameters:
name- the name for the proxy implementationvendor- the vendor for the proxy implementationversion- the version for the proxy implementation
-
-