Uses of Enum Class
valorless.valorlessutils.Server.Version
Packages that use Server.Version
- 
Uses of Server.Version in valorless.valorlessutilsMethods in valorless.valorlessutils that return Server.VersionModifier and TypeMethodDescriptionstatic Server.VersionValorlessUtils.getServerVersion()Returns the resolved server version.static Server.VersionServer.ResolveVersion()Attempts to resolve the current running server version.static Server.VersionReturns the enum constant of this class with the specified name.static Server.Version[]Server.Version.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in valorless.valorlessutils with parameters of type Server.VersionModifier and TypeMethodDescriptionstatic intServer.VersionCompare(Server.Version version, Server.Version compareTo) Compares twoServer.Versionenums based on their ordinal order.static BooleanServer.VersionEqualTo(Server.Version version) Checks if the current server version is exactly equal to a specified version.static BooleanServer.VersionHigherOrEqualTo(Server.Version version) Checks if the current server version is higher than or equal to a specified version.static BooleanServer.VersionHigherThan(Server.Version version) Checks if the current server version is strictly higher than a specified version.static BooleanServer.VersionLowerOrEqualTo(Server.Version version) Checks if the current server version is lower than or equal to a specified version.static BooleanServer.VersionLowerThan(Server.Version version) Checks if the current server version is strictly lower than a specified version.