Class ParamInfoManager

java.lang.Object
me.libraryaddict.disguise.utilities.params.ParamInfoManager

public class ParamInfoManager extends Object
  • Constructor Details

    • ParamInfoManager

      public ParamInfoManager()
  • Method Details

    • getParamInfos

      public static List<ParamInfo> getParamInfos()
    • getDisguiseMethods

      public static me.libraryaddict.disguise.utilities.watchers.DisguiseMethods getDisguiseMethods()
    • getParamInfoSoundGroup

      public static ParamInfoSoundGroup getParamInfoSoundGroup()
    • toString

      public static String toString(Object object)
    • getParamInfo

      public static ParamInfo getParamInfo(WatcherMethod method)
    • getParamInfo

      public static ParamInfo getParamInfo(Class c)
    • getParamInfo

      public static ParamInfo getParamInfo(DisguisePerm disguiseType, String methodName)
    • getParamInfo

      public static ParamInfo getParamInfo(DisguiseType disguiseType, String methodName)
    • getDisguiseWatcherMethods

      public static WatcherMethod[] getDisguiseWatcherMethods(@Nullable Class<? extends FlagWatcher> watcherClass)
    • getDisguiseWatcherMethods

      public static WatcherMethod[] getDisguiseWatcherMethods(@Nullable Class<? extends FlagWatcher> watcherClass, boolean includeIgnored)
    • getValue

      public static int getValue(WatcherMethod method)
      Value of the method, used namely for ordering the more unique methods to a disguise