Class ProxyVersion

java.lang.Object
com.velocitypowered.api.util.ProxyVersion

public final class ProxyVersion extends Object
Provides a version object for the proxy.
  • Constructor Details

    • ProxyVersion

      public ProxyVersion(String name, String vendor, String version)
      Creates a new ProxyVersion instance.
      Parameters:
      name - the name for the proxy implementation
      vendor - the vendor for the proxy implementation
      version - the version for the proxy implementation
  • Method Details