Uses of Class
top.focess.qq.api.util.version.Version
-
Packages that use Version Package Description top.focess.qq top.focess.qq.api.plugin top.focess.qq.api.util.version -
-
Uses of Version in top.focess.qq
Methods in top.focess.qq that return Version Modifier and Type Method Description static @NonNull VersionFocessQQ. getVersion() -
Uses of Version in top.focess.qq.api.plugin
Methods in top.focess.qq.api.plugin that return Version Modifier and Type Method Description VersionPlugin. getVersion()Constructors in top.focess.qq.api.plugin with parameters of type Version Constructor Description LazyPlugin(String name, String author, Version version)Initialize a Plugin instance by its name.Plugin(String name, String author, Version version)Initialize a Plugin instance by its name. -
Uses of Version in top.focess.qq.api.util.version
Fields in top.focess.qq.api.util.version declared as Version Modifier and Type Field Description static VersionVersion. ALPHA_VERSIONRepresents an alpha version of a plugin.static VersionVersion. BETA_VERSIONRepresents a beta version of a plugin.static VersionVersion. BUILD_VERSIONRepresents a build version of a plugin.static VersionVersion. DEFAULT_VERSIONRepresents a default release version of a plugin.
-