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 voiddisable()Cleans up the Manager's resourcesvoidonPlayerJoin(org.bukkit.event.player.PlayerJoinEvent e)Called when a player joins and notifies ops if an update is availablevoidreload()Reloads the Manager's settings
-
Constructor Details
-
Method Details
-
reload
public void reload()Description copied from class:ManagerReloads the Manager's settings -
disable
public void disable()Description copied from class:ManagerCleans 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
-