Uses of Class
com.palmergames.bukkit.util.Version
Packages that use Version
Package
Description
-
Uses of Version in com.palmergames.bukkit.config.migration
Constructors in com.palmergames.bukkit.config.migration with parameters of type VersionModifierConstructorDescriptionConfigMigrator(@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
Methods in com.palmergames.bukkit.towny that return VersionMethods in com.palmergames.bukkit.towny with parameters of type VersionModifier and TypeMethodDescriptionstatic voidTownyUpdateChecker.setNewVersion(Version newVersion) -
Uses of Version in com.palmergames.bukkit.towny.utils
Fields in com.palmergames.bukkit.towny.utils declared as VersionModifier and TypeFieldDescriptionstatic final VersionMinecraftVersion.CURRENT_VERSIONstatic final VersionMinecraftVersion.MINECRAFT_1_16static final VersionMinecraftVersion.MINECRAFT_1_17static final VersionMinecraftVersion.MINECRAFT_1_18_2static final VersionMinecraftVersion.MINECRAFT_1_19_1static final VersionMinecraftVersion.MINECRAFT_1_19_3static final VersionMinecraftVersion.MINECRAFT_1_20static final VersionMinecraftVersion.MINECRAFT_1_20_2static final VersionMinecraftVersion.MINECRAFT_1_20_3static final VersionMinecraftVersion.MINECRAFT_1_20_5static final VersionMinecraftVersion.MINECRAFT_1_21static final VersionMinecraftVersion.MINECRAFT_1_21_2static final VersionMinecraftVersion.MINECRAFT_1_21_3static final VersionMinecraftVersion.MINECRAFT_1_21_5static final VersionMinecraftVersion.OLDEST_VERSION_SUPPORTED -
Uses of Version in com.palmergames.bukkit.util
Methods in com.palmergames.bukkit.util that return VersionModifier and TypeMethodDescriptionstatic VersionVersion.fromString(String version) Constructs a Version object from the given string.Methods in com.palmergames.bukkit.util with parameters of type VersionModifier and TypeMethodDescriptionintbooleanVersion.isNewerThan(@NotNull Version other) booleanVersion.isNewerThanOrEquals(@NotNull Version other) booleanVersion.isOlderThan(@NotNull Version other) booleanVersion.isOlderThanOrEquals(@NotNull Version other)