Uses of Enum Class
xyz.janboerman.scalaloader.plugin.description.ApiVersion
Packages that use ApiVersion
Package
Description
-
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.paper.plugin
Methods in xyz.janboerman.scalaloader.paper.plugin that return ApiVersionModifier and TypeMethodDescriptionPluginJarScanResult.getApiVersion()
ScalaPluginClassLoader.getApiVersion()
-
Uses of ApiVersion in xyz.janboerman.scalaloader.paper.plugin.description
Methods in xyz.janboerman.scalaloader.paper.plugin.description that return ApiVersion -
Uses of ApiVersion in xyz.janboerman.scalaloader.plugin
Methods in xyz.janboerman.scalaloader.plugin that return ApiVersionModifier and TypeMethodDescriptionScalaPluginClassLoader.getApiVersion()
Get the version of bukkit's api the plugin uses.Constructors in xyz.janboerman.scalaloader.plugin with parameters of type ApiVersionModifierConstructorDescriptionprotected
ScalaPluginClassLoader
(ScalaPluginLoader pluginLoader, URL[] urls, ScalaLibraryClassLoader parent, Server server, Map<String, Object> extraPluginYaml, File pluginJarFile, ApiVersion apiVersion, String mainClassName, TransformerRegistry transformerRegistry, Collection<File> dependencies) Construct a ClassLoader that loads classes forScalaPlugin
s. -
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