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 thescalaVersionrecord component.Constructors in xyz.janboerman.scalaloader.paper.plugin.description with parameters of type ScalaVersionModifierConstructorDescriptionBuiltin(ScalaVersion scalaVersion) Creates an instance of aBuiltinrecord class. -
Uses of ScalaVersion in xyz.janboerman.scalaloader.plugin
Methods in xyz.janboerman.scalaloader.plugin with parameters of type ScalaVersionModifier and TypeMethodDescriptionstatic PluginScalaVersionPluginScalaVersion.fromScalaVersion(ScalaVersion scalaVersion) -
Uses of ScalaVersion in xyz.janboerman.scalaloader.plugin.description
Methods in xyz.janboerman.scalaloader.plugin.description that return ScalaVersionModifier and TypeMethodDescriptionstatic ScalaVersionScalaVersion.fromVersionString(String string) static ScalaVersionScalaVersion.getLatest_2_13()static ScalaVersionReturns 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.