Uses of Enum Class
xyz.janboerman.scalaloader.plugin.description.ApiVersion
Packages that use ApiVersion
-
Uses of ApiVersion in xyz.janboerman.scalaloader.compat
Methods in xyz.janboerman.scalaloader.compat that return ApiVersionModifier and TypeMethodDescriptionIScalaPluginClassLoader.getApiVersion()
Get the bukkit api version. -
Uses of ApiVersion in xyz.janboerman.scalaloader.plugin.description
Methods in xyz.janboerman.scalaloader.plugin.description that return ApiVersionModifier and TypeMethodDescriptionstatic ApiVersion
Get the ApiVersion from the version string.static ApiVersion
ApiVersion.latest()
Get the latest version that is supported by the server that ScalaLoader currently runs on.static ApiVersion
Returns the enum constant of this class with the specified name.static ApiVersion[]
ApiVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in xyz.janboerman.scalaloader.plugin.description that return types with arguments of type ApiVersion