Uses of Enum
com.jeff_media.updatechecker.UpdateCheckSource
-
Uses of UpdateCheckSource in com.jeff_media.updatechecker
Methods in com.jeff_media.updatechecker that return UpdateCheckSourceModifier and TypeMethodDescriptionstatic UpdateCheckSource
Returns the enum constant of this type with the specified name.static UpdateCheckSource[]
UpdateCheckSource.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.jeff_media.updatechecker with parameters of type UpdateCheckSourceModifierConstructorDescriptionUpdateChecker
(org.bukkit.plugin.java.JavaPlugin plugin, UpdateCheckSource updateCheckSource, String parameter) Initializes an UpdateChecker instance.