Uses of Class
dev.jorel.commandapi.arguments.CustomArgument.CustomArgumentException
Packages that use CustomArgument.CustomArgumentException
-
Uses of CustomArgument.CustomArgumentException in dev.jorel.commandapi.arguments
Methods in dev.jorel.commandapi.arguments that return CustomArgument.CustomArgumentExceptionModifier and TypeMethodDescriptionCustomArgument.CustomArgumentException.fromAdventureComponent(net.kyori.adventure.text.Component errorMessage) Constructs a CustomArgumentException with a given error messageCustomArgument.CustomArgumentException.fromBaseComponents(net.md_5.bungee.api.chat.BaseComponent[] errorMessage) Constructs a CustomArgumentException with a given error messageCustomArgument.CustomArgumentException.fromMessageBuilder(CustomArgument.MessageBuilder errorMessage) Constructs a CustomArgumentException with a given error messageCustomArgument.CustomArgumentException.fromString(String errorMessage) Constructs a CustomArgumentException with a given error messageMethods in dev.jorel.commandapi.arguments that throw CustomArgument.CustomArgumentExceptionModifier and TypeMethodDescriptionCustomArgument.CustomArgumentInfoParser.apply(CustomArgument.CustomArgumentInfo<B> info) Applies a CustomArgumentInfo input to this custom argument parser