Uses of Enum Class
com.comphenix.protocol.updater.Updater.UpdateType
Packages that use Updater.UpdateType
-
Uses of Updater.UpdateType in com.comphenix.protocol.updater
Fields in com.comphenix.protocol.updater declared as Updater.UpdateTypeMethods in com.comphenix.protocol.updater that return Updater.UpdateTypeModifier and TypeMethodDescriptionstatic Updater.UpdateTypeReturns the enum constant of this class with the specified name.static Updater.UpdateType[]Updater.UpdateType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.comphenix.protocol.updater with parameters of type Updater.UpdateTypeModifier and TypeMethodDescriptionstatic UpdaterUpdater.create(org.bukkit.plugin.Plugin plugin, int id, File file, Updater.UpdateType type, boolean announce)voidBukkitUpdater.start(Updater.UpdateType type)Begin looking for updates.voidSpigotUpdater.start(Updater.UpdateType type)abstract voidUpdater.start(Updater.UpdateType type)Constructors in com.comphenix.protocol.updater with parameters of type Updater.UpdateTypeModifierConstructorDescriptionBukkitUpdater(org.bukkit.plugin.Plugin plugin, int id, File file, Updater.UpdateType type, boolean announce)Initialize the updater.SpigotUpdater(org.bukkit.plugin.Plugin plugin, Updater.UpdateType type, boolean announce)protectedUpdater(org.bukkit.plugin.Plugin plugin, Updater.UpdateType type, boolean announce)