Uses of Enum Class
org.kobe.xbot.Utilities.MethodType
Packages that use MethodType
-
Uses of MethodType in org.kobe.xbot.Utilities
Methods in org.kobe.xbot.Utilities that return MethodTypeModifier and TypeMethodDescriptionRequestInfo.getMethod()ResponseInfo.getMethod()static MethodTypeReturns the enum constant of this class with the specified name.static MethodType[]MethodType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.kobe.xbot.Utilities with parameters of type MethodTypeModifierConstructorDescriptionResponseInfo(String ID, MethodType method) ResponseInfo(String ID, MethodType method, String response)