Class Notifier<T extends UpdateResponse>
java.lang.Object
de.eldoria.eldoutilities.updater.notifier.Notifier<T>
- All Implemented Interfaces:
org.bukkit.event.Listener
- Direct Known Subclasses:
UpdateNotifier
public abstract class Notifier<T extends UpdateResponse>
extends Object
implements org.bukkit.event.Listener
Notifier to notice server owners on server join.
- Since:
- 1.0.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlatest()
abstract void
onPlayerJoin
(org.bukkit.event.player.PlayerJoinEvent event)
-
Field Details
-
plugin
protected final org.bukkit.plugin.Plugin plugin -
data
-
latest
-
-
Constructor Details
-
Notifier
-
-
Method Details
-
latest
-
onPlayerJoin
public abstract void onPlayerJoin(org.bukkit.event.player.PlayerJoinEvent event)
-