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

    Fields inherited from class dev.esophose.playerparticles.manager.Manager

    playerParticles
  • Constructor Summary

    Constructors 
    Constructor Description
    PluginUpdateManager​(PlayerParticles playerParticles)  
  • Method Summary

    Modifier and Type Method Description
    void disable()
    Cleans up the Manager's resources
    void onPlayerJoin​(org.bukkit.event.player.PlayerJoinEvent e)
    Called when a player joins and notifies ops if an update is available
    void reload()
    Reloads the Manager's settings

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • reload

      public void reload()
      Description copied from class: Manager
      Reloads the Manager's settings
      Specified by:
      reload in class Manager
    • disable

      public void disable()
      Description copied from class: Manager
      Cleans up the Manager's resources
      Specified by:
      disable in class Manager
    • 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