Class LTSleepNStorm

  • All Implemented Interfaces:
    org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor, org.bukkit.plugin.Plugin

    public final class LTSleepNStorm
    extends org.bukkit.plugin.java.JavaPlugin
    Main class.
    Author:
    leothawne
    • Constructor Summary

      Constructors 
      Constructor Description
      LTSleepNStorm()  
    • Method Summary

      Modifier and Type Method Description
      LTSleepNStormAPI getAPI()
      Method used to cast the API class.
      static LTSleepNStorm getInstance()  
      void onDisable()
      Deprecated.
      Not for public use.
      void onEnable()
      Deprecated.
      Not for public use.
      • Methods inherited from class org.bukkit.plugin.java.JavaPlugin

        getCommand, getConfig, getDataFolder, getDefaultWorldGenerator, getDescription, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, isEnabled, isNaggable, onCommand, onLoad, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setNaggable, toString
      • Methods inherited from class org.bukkit.plugin.PluginBase

        equals, getName, hashCode
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LTSleepNStorm

        public LTSleepNStorm()
    • Method Detail

      • onEnable

        public final void onEnable()
        Deprecated.
        Not for public use.
        Specified by:
        onEnable in interface org.bukkit.plugin.Plugin
        Overrides:
        onEnable in class org.bukkit.plugin.java.JavaPlugin
      • onDisable

        public final void onDisable()
        Deprecated.
        Not for public use.
        Specified by:
        onDisable in interface org.bukkit.plugin.Plugin
        Overrides:
        onDisable in class org.bukkit.plugin.java.JavaPlugin
      • getAPI

        public final LTSleepNStormAPI getAPI()
        Method used to cast the API class.
        Returns:
        The API class.