Uses of Enum Class
xyz.janboerman.scalaloader.plugin.description.ScalaVersion
Packages that use ScalaVersion
Package
Description
-
Uses of ScalaVersion in xyz.janboerman.scalaloader.paper.plugin.description
Methods in xyz.janboerman.scalaloader.paper.plugin.description that return ScalaVersionModifier and TypeMethodDescriptionScalaDependency.Builtin.scalaVersion()
Returns the value of thescalaVersion
record component.Constructors in xyz.janboerman.scalaloader.paper.plugin.description with parameters of type ScalaVersionModifierConstructorDescriptionBuiltin
(ScalaVersion scalaVersion) Creates an instance of aBuiltin
record class. -
Uses of ScalaVersion in xyz.janboerman.scalaloader.plugin
Methods in xyz.janboerman.scalaloader.plugin with parameters of type ScalaVersionModifier and TypeMethodDescriptionstatic PluginScalaVersion
PluginScalaVersion.fromScalaVersion
(ScalaVersion scalaVersion) -
Uses of ScalaVersion in xyz.janboerman.scalaloader.plugin.description
Methods in xyz.janboerman.scalaloader.plugin.description that return ScalaVersionModifier and TypeMethodDescriptionstatic ScalaVersion
ScalaVersion.fromVersionString
(String string) static ScalaVersion
ScalaVersion.getLatest_2_13()
static ScalaVersion
Returns the enum constant of this class with the specified name.static ScalaVersion[]
ScalaVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.