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 ParamInfo
static ParamInfo
getParamInfo
(DisguiseType disguiseType, String methodName) static ParamInfo
getParamInfo
(DisguisePerm disguiseType, String methodName) static ParamInfo
getParamInfo
(WatcherMethod method) static int
getValue
(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
-