Uses of Enum Class
com.janboerman.invsee.spigot.internal.version.MinecraftPlatform
Packages that use MinecraftPlatform
-
Uses of MinecraftPlatform in com.janboerman.invsee.spigot.internal.version
Subclasses with type arguments of type MinecraftPlatform in com.janboerman.invsee.spigot.internal.versionMethods in com.janboerman.invsee.spigot.internal.version that return MinecraftPlatformModifier and TypeMethodDescriptionServerSoftware.getPlatform()
static MinecraftPlatform
Returns the enum constant of this class with the specified name.static MinecraftPlatform[]
MinecraftPlatform.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 MinecraftPlatformModifier and TypeMethodDescriptionSupportedServerSoftware.getUnsupportedVersionMessage
(MinecraftPlatform platform, Server server) Constructors in com.janboerman.invsee.spigot.internal.version with parameters of type MinecraftPlatformModifierConstructorDescriptionServerSoftware
(MinecraftPlatform platform, MinecraftVersion version)