模块 mxlib.api

接口 DependChecker

  • 所有已知实现类:
    BukkitDependChecker

    public interface DependChecker
    Use in Depend System.
    从以下版本开始:
    2.2
    另请参阅:
    Depend
    • 方法概要

      修饰符和类型 方法 说明
      static Depend fromAnnotation​(javassist.bytecode.annotation.Annotation a)  
      boolean isLoaded​(Depend depend)  
    • 方法详细资料

      • isLoaded

        @Contract(value="null -> false",
                  pure=true)
        boolean isLoaded​(Depend depend)
      • fromAnnotation

        @Contract(value="null -> null; !null -> !null",
                  pure=true)
        static Depend fromAnnotation​(javassist.bytecode.annotation.Annotation a)