Class PluginUpdateManager
java.lang.Object
dev.esophose.playerparticles.manager.Manager
dev.esophose.playerparticles.manager.PluginUpdateManager
- All Implemented Interfaces:
org.bukkit.event.Listener
public class PluginUpdateManager extends Manager implements org.bukkit.event.Listener
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PluginUpdateManager(PlayerParticles playerParticles)
-
Method Summary
Modifier and Type Method Description void
disable()
Cleans up the Manager's resourcesvoid
onPlayerJoin(org.bukkit.event.player.PlayerJoinEvent e)
Called when a player joins and notifies ops if an update is availablevoid
reload()
Reloads the Manager's settings
-
Constructor Details
-
Method Details
-
reload
public void reload()Description copied from class:Manager
Reloads the Manager's settings -
disable
public void disable()Description copied from class:Manager
Cleans up the Manager's resources -
onPlayerJoin
public void onPlayerJoin(org.bukkit.event.player.PlayerJoinEvent e)Called when a player joins and notifies ops if an update is available- Parameters:
e
- The join event
-