Interface SpigotLicenseFetcher
- All Known Implementing Classes:
DefaultSpigotLicenseFetcher
public interface SpigotLicenseFetcher
Fetch the
SpigotLicenseEntry
-
Method Summary
Modifier and TypeMethodDescriptionstatic SpigotLicenseFetcher
The default fetcher.Fetch the license entry
-
Method Details
-
defaultFetcher
The default fetcher. The values will be replaced by SpigotMC when uploading the resource.- Returns:
- the default fetcher
-
fetchLicense
SpigotLicenseEntry fetchLicense()Fetch the license entry- Returns:
- the license entry
-