Class DownloadedNotifier<T extends UpdateResponse>

All Implemented Interfaces:
org.bukkit.event.Listener

public class DownloadedNotifier<T extends UpdateResponse> extends UpdateNotifier<T>
Notifier implementation for updater with download function.
Since:
1.1.0
  • Constructor Details

    • DownloadedNotifier

      public DownloadedNotifier(org.bukkit.plugin.Plugin plugin, UpdateData<T> data, T latestVersion, boolean updated)
  • Method Details