类 DeepSeek

java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
cn.handyplus.deep.seek.DeepSeek
所有已实现的接口:
org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor, org.bukkit.plugin.Plugin

public class DeepSeek extends org.bukkit.plugin.java.JavaPlugin
主类
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static DeepSeek
     
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
     

    从类继承的方法 org.bukkit.plugin.java.JavaPlugin

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

    从类继承的方法 org.bukkit.plugin.PluginBase

    equals, getName, hashCode

    从类继承的方法 java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 字段详细资料

    • INSTANCE

      public static DeepSeek INSTANCE
  • 构造器详细资料

    • DeepSeek

      public DeepSeek()
  • 方法详细资料

    • onEnable

      public void onEnable()
      指定者:
      onEnable 在接口中 org.bukkit.plugin.Plugin
      覆盖:
      onEnable 在类中 org.bukkit.plugin.java.JavaPlugin