Class ArchersOfDecay

java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
dev.satyrn.archersofdecay.ArchersOfDecay
All Implemented Interfaces:
org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor, org.bukkit.plugin.Plugin

public final class ArchersOfDecay extends org.bukkit.plugin.java.JavaPlugin
Plugin lifecycle management for the Archers of Decay plugin.
Since:
0.0.0-SNAPSHOT
Author:
Isabel Maskrey
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the plugin is disabled.
    void
    Called when the plugin is enabled.
    void
    Called when the plugin is loaded.

    Methods inherited from class org.bukkit.plugin.java.JavaPlugin

    getClassLoader, getCommand, getConfig, getDataFolder, getDefaultBiomeProvider, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, getTextResource, isEnabled, isNaggable, onCommand, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toString

    Methods inherited from class org.bukkit.plugin.PluginBase

    equals, getName, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.bukkit.plugin.Plugin

    getLog4JLogger, getSLF4JLogger
  • Constructor Details

    • ArchersOfDecay

      public ArchersOfDecay()
  • Method Details

    • onLoad

      public void onLoad()
      Called when the plugin is loaded.
      Specified by:
      onLoad in interface org.bukkit.plugin.Plugin
      Overrides:
      onLoad in class org.bukkit.plugin.java.JavaPlugin
      Since:
      0.0.0-SNAPSHOT
    • onEnable

      public void onEnable()
      Called when the plugin is enabled.
      Specified by:
      onEnable in interface org.bukkit.plugin.Plugin
      Overrides:
      onEnable in class org.bukkit.plugin.java.JavaPlugin
      Since:
      0.0.0-SNAPSHOT
    • onDisable

      public void onDisable()
      Called when the plugin is disabled.
      Specified by:
      onDisable in interface org.bukkit.plugin.Plugin
      Overrides:
      onDisable in class org.bukkit.plugin.java.JavaPlugin
      Since:
      0.0.0-SNAPSHOT