Uses of Class
com.palmergames.bukkit.util.Version
Package
Description
-
Uses of Version in com.palmergames.bukkit.config.migration
ModifierConstructorDescriptionConfigMigrator
(@NotNull org.bukkit.plugin.Plugin plugin, @NotNull CommentedConfiguration config, @NotNull String filename, @NotNull Version lastRunVersion, boolean earlyRun) A ConfigMigrator constructor which another plugin can use. -
Uses of Version in com.palmergames.bukkit.towny
Modifier and TypeMethodDescriptionstatic void
TownyUpdateChecker.setNewVersion
(Version newVersion) -
Uses of Version in com.palmergames.bukkit.towny.utils
Modifier and TypeFieldDescriptionstatic final Version
MinecraftVersion.CURRENT_VERSION
static final Version
MinecraftVersion.MINECRAFT_1_16
static final Version
MinecraftVersion.MINECRAFT_1_17
static final Version
MinecraftVersion.MINECRAFT_1_18_2
static final Version
MinecraftVersion.MINECRAFT_1_19_1
static final Version
MinecraftVersion.MINECRAFT_1_19_3
static final Version
MinecraftVersion.MINECRAFT_1_20
static final Version
MinecraftVersion.MINECRAFT_1_20_2
static final Version
MinecraftVersion.MINECRAFT_1_20_3
static final Version
MinecraftVersion.MINECRAFT_1_20_5
static final Version
MinecraftVersion.MINECRAFT_1_21
static final Version
MinecraftVersion.MINECRAFT_1_21_3
static final Version
MinecraftVersion.OLDEST_VERSION_SUPPORTED
-
Uses of Version in com.palmergames.bukkit.util
Modifier and TypeMethodDescriptionstatic Version
Version.fromString
(String version) Constructs a Version object from the given string.Modifier and TypeMethodDescriptionint
boolean
Version.isNewerThan
(@NotNull Version other) boolean
Version.isNewerThanOrEquals
(@NotNull Version other) boolean
Version.isOlderThan
(@NotNull Version other) boolean
Version.isOlderThanOrEquals
(@NotNull Version other)