Uses of Enum Class
com.janboerman.invsee.spigot.internal.version.MinecraftVersion
Packages that use MinecraftVersion
-
Uses of MinecraftVersion in com.janboerman.invsee.spigot.internal.version
Subclasses with type arguments of type MinecraftVersion in com.janboerman.invsee.spigot.internal.versionMethods in com.janboerman.invsee.spigot.internal.version that return MinecraftVersionModifier and TypeMethodDescriptionServerSoftware.getVersion()
static MinecraftVersion
Returns the enum constant of this class with the specified name.static MinecraftVersion[]
MinecraftVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.janboerman.invsee.spigot.internal.version with parameters of type MinecraftVersionModifier and TypeMethodDescriptionstatic String
LegacyVersions.getLegacyVersionMessage
(MinecraftVersion version) Constructors in com.janboerman.invsee.spigot.internal.version with parameters of type MinecraftVersionModifierConstructorDescriptionServerSoftware
(MinecraftPlatform platform, MinecraftVersion version)