Class ParamInfoManager
java.lang.Object
me.libraryaddict.disguise.utilities.params.ParamInfoManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WatcherMethod[]getDisguiseWatcherMethods(Class<? extends FlagWatcher> watcherClass) static WatcherMethod[]getDisguiseWatcherMethods(Class<? extends FlagWatcher> watcherClass, boolean includeIgnored) static ParamInfostatic ParamInfogetParamInfo(DisguiseType disguiseType, String methodName) static ParamInfogetParamInfo(DisguisePerm disguiseType, String methodName) static ParamInfogetParamInfo(WatcherMethod method) static intgetValue(WatcherMethod method) Value of the method, used namely for ordering the more unique methods to a disguisestatic String
-
Constructor Details
-
ParamInfoManager
public ParamInfoManager()
-
-
Method Details
-
getParamInfos
-
toString
-
getParamInfo
-
getParamInfo
-
getParamInfo
-
getParamInfo
-
getDisguiseWatcherMethods
public static WatcherMethod[] getDisguiseWatcherMethods(@Nullable Class<? extends FlagWatcher> watcherClass) -
getDisguiseWatcherMethods
public static WatcherMethod[] getDisguiseWatcherMethods(@Nullable Class<? extends FlagWatcher> watcherClass, boolean includeIgnored) -
getValue
Value of the method, used namely for ordering the more unique methods to a disguise
-