Uses of Enum Class
valorless.valorlessutils.Server.Version
Packages that use Server.Version
-
Uses of Server.Version in valorless.valorlessutils
Methods in valorless.valorlessutils that return Server.VersionModifier and TypeMethodDescriptionstatic Server.Version
ValorlessUtils.getServerVersion()
Returns the resolved server version.static Server.Version
Server.ResolveVersion()
Attempts to resolve the current running server version.static Server.Version
Returns 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 int
Server.VersionCompare
(Server.Version version, Server.Version compareTo) Compares twoServer.Version
enums based on their ordinal order.static Boolean
Server.VersionEqualTo
(Server.Version version) Checks if the current server version is exactly equal to a specified version.static Boolean
Server.VersionHigherOrEqualTo
(Server.Version version) Checks if the current server version is higher than or equal to a specified version.