Package ch.njol.skript.update
Class NoUpdateChecker
java.lang.Object
ch.njol.skript.update.NoUpdateChecker
- All Implemented Interfaces:
UpdateChecker
An update checker that never reports available updates.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheck(ReleaseManifest manifest, ReleaseChannel channel) Checks for updates.
-
Constructor Details
-
NoUpdateChecker
public NoUpdateChecker()
-
-
Method Details
-
check
Description copied from interface:UpdateCheckerChecks for updates.- Specified by:
checkin interfaceUpdateChecker- Parameters:
manifest- Manifest for release which is to be updated.- Returns:
- A future that will contain an update manifest, or null if there are no updates available currently.
-