类 ExtraAttributeModule

  • 所有已实现的接口:
    IExtraAttributeModule, com.pxpmc.pxrpg.api.Module

    public class ExtraAttributeModule
    extends com.pxpmc.pxrpg.api.AbstractModule
    implements IExtraAttributeModule
    作者:
    Teaman 2023年09月13日 23时00分
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.String[] getDepends()  
      void onLoad()  
      • 从类继承的方法 com.pxpmc.pxrpg.api.AbstractModule

        addReload, enableOver, getAllReloads, getConfig, getConfig, getModuleDataFolder, getPlugin, onDisable, onEnable, onNotice, setParentModule, setParentModule
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • 从接口继承的方法 com.pxpmc.pxrpg.api.Module

        addReload, enableOver, getAllReloads, getConfig, getConfig, getConfigOrSave, getConfigOrSave, getLogger, getModuleDataFolder, getPlugin, getPriority, getSoftDepends, onDisable, onEnable, onInitialization, onLoadOver, onNotice, unload
    • 构造器详细资料

      • ExtraAttributeModule

        public ExtraAttributeModule()
    • 方法详细资料

      • getDepends

        public java.lang.String[] getDepends()
        指定者:
        getDepends 在接口中 com.pxpmc.pxrpg.api.Module
      • onLoad

        public void onLoad()
        指定者:
        onLoad 在接口中 com.pxpmc.pxrpg.api.Module