Package 

Class CoreJavaPlugin

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

    
    public abstract class CoreJavaPlugin
    extends JavaPlugin
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      CoreJavaPlugin()
    • Method Summary

      Modifier and Type Method Description
      Unit reloadConfig()
      final Unit reloadConfig(ConfigFile config)
      final Unit registerCommand(String command, CommandExecutor executor, TabCompleter tabCompleter)
      final Unit registerCommand(String command, CommandExecutor executor)
      final Unit registerListener(Listener listener)
      final Unit registerConfig(ConfigFile config)
      final Unit unregisterConfig(ConfigFile config)
      final Unit unregisterConfig(String configFileName)
      final Set<ConfigFile> getRegisteredFiles()
      • Methods inherited from class org.bukkit.plugin.java.JavaPlugin

        equals, getName, hashCode
      • Methods inherited from class me.dkim19375.dkimbukkitcore.javaplugin.CoreJavaPlugin

        getClassLoader, getCommand, getConfig, getDataFolder, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPluginLoader, getResource, getServer, getTextResource, init, isEnabled, isNaggable, onCommand, onDisable, onEnable, onLoad, onTabComplete, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait