接口 IExtraAttributeModule

  • 所有超级接口:
    com.pxpmc.pxrpg.api.Module
    所有已知实现类:
    ExtraAttributeModule

    public interface IExtraAttributeModule
    extends com.pxpmc.pxrpg.api.Module
    作者:
    Teaman 2023年09月13日 23时07分
    • 方法概要

      所有方法 实例方法 默认方法 
      修饰符和类型 方法 说明
      default java.lang.String getModuleName()  
      • 从接口继承的方法 com.pxpmc.pxrpg.api.Module

        addReload, enableOver, getAllReloads, getConfig, getConfig, getConfigOrSave, getConfigOrSave, getDepends, getLogger, getModuleDataFolder, getPlugin, getPriority, getSoftDepends, onDisable, onEnable, onInitialization, onLoad, onLoadOver, onNotice, unload
    • 方法详细资料

      • getModuleName

        default java.lang.String getModuleName()
        指定者:
        getModuleName 在接口中 com.pxpmc.pxrpg.api.Module