Class DependenceManagers

java.lang.Object
com.ultikits.ultitools.manager.DependenceManagers

@Internal public class DependenceManagers extends Object
Dependence managers.
依赖管理器。
  • Field Details

    • adventure

      private net.kyori.adventure.platform.bukkit.BukkitAudiences adventure
    • context

      private SimpleContainer context
  • Constructor Details

  • Method Details

    • initAdventure

      public void initAdventure(UltiTools plugin)
      Initialize adventure.
      初始化adventure。
      Parameters:
      plugin - plugin instance
      插件实例
    • initInventoryAPI

      public void initInventoryAPI(UltiTools plugin)
      Initialize inventory API.
      初始化inventoryAPI。
      Parameters:
      plugin - plugin instance
      插件实例
    • initCoreServices

      private void initCoreServices()
      Initialize core services provided by UltiTools-API.
      初始化UltiTools-API提供的核心服务。
    • getVersionComparator

      public Comparator<String> getVersionComparator()
      Get version comparator.
      获取版本比较器。
      Returns:
      version comparator / 版本比较器
    • closeAdventure

      public void closeAdventure()
      Close adventure.
      关闭adventure。
    • closeContext

      public void closeContext()
      Close context.
      关闭容器上下文。