Uses of Class
tech.guilhermekaua.spigotboot.commands.CommandTextResolutionContext
Packages that use CommandTextResolutionContext
-
Uses of CommandTextResolutionContext in tech.guilhermekaua.spigotboot.commands
Methods in tech.guilhermekaua.spigotboot.commands that return CommandTextResolutionContextModifier and TypeMethodDescriptionstatic CommandTextResolutionContextCommandTextResolutionContext.forMethod(@Nullable Context context, Class<?> handlerType, Method method, CommandTextResolutionContext.TargetType targetType, String value) static CommandTextResolutionContextCommandTextResolutionContext.forRoot(@Nullable Context context, Class<?> handlerType, CommandTextResolutionContext.TargetType targetType, String value) Methods in tech.guilhermekaua.spigotboot.commands with parameters of type CommandTextResolutionContextModifier and TypeMethodDescriptionCommandTextResolver.resolve(CommandTextResolutionContext context, String value) CommandTextResolverChain.resolve(CommandTextResolutionContext context, String value)