Class CommandTextResolutionContext
java.lang.Object
tech.guilhermekaua.spigotboot.commands.CommandTextResolutionContext
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CommandTextResolutionContextforMethod(@Nullable Context context, Class<?> handlerType, Method method, CommandTextResolutionContext.TargetType targetType, String value) static CommandTextResolutionContextforRoot(@Nullable Context context, Class<?> handlerType, CommandTextResolutionContext.TargetType targetType, String value) @Nullable ContextClass<?>@Nullable MethodgetValue()
-
Method Details
-
forRoot
public static CommandTextResolutionContext forRoot(@Nullable @Nullable Context context, Class<?> handlerType, CommandTextResolutionContext.TargetType targetType, String value) -
forMethod
public static CommandTextResolutionContext forMethod(@Nullable @Nullable Context context, Class<?> handlerType, Method method, CommandTextResolutionContext.TargetType targetType, String value) -
getContext
-
getHandlerType
-
getMethod
-
getTargetType
-
getValue
-
describeLocation
-