Class SowWhatYouReap

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

public final class SowWhatYouReap extends org.bukkit.plugin.java.JavaPlugin
Manages the lifecycle of the Sow What You Reap plugin.
Since:
0.0.0-SNAPSHOT
Author:
Isabel Maskrey
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handles the plugin disable lifecycle event.
    void
    Handles the plugin enable lifecycle event.

    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, onLoad, 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

    • SowWhatYouReap

      public SowWhatYouReap()
  • Method Details

    • onEnable

      public void onEnable()
      Handles the plugin enable lifecycle event.
      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()
      Handles the plugin disable lifecycle event.
      Specified by:
      onDisable in interface org.bukkit.plugin.Plugin
      Overrides:
      onDisable in class org.bukkit.plugin.java.JavaPlugin
      Since:
      0.0.0-SNAPSHOT