CommandAPI 9.4.0
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.arguments.CustomArgument< T, B >.CustomArgumentException Member List

This is the complete list of members for dev.jorel.commandapi.arguments.CustomArgument< T, B >.CustomArgumentException, including all inherited members.

CustomArgumentException(BaseComponent[] errorMessage)dev.jorel.commandapi.arguments.CustomArgument< T, B >.CustomArgumentException
CustomArgumentException(String errorMessage)dev.jorel.commandapi.arguments.CustomArgument< T, B >.CustomArgumentException
CustomArgumentException(MessageBuilder errorMessage)dev.jorel.commandapi.arguments.CustomArgument< T, B >.CustomArgumentException
fromAdventureComponent(Component errorMessage)dev.jorel.commandapi.arguments.CustomArgument< T, B >.CustomArgumentExceptionstatic
fromBaseComponents(BaseComponent[] errorMessage)dev.jorel.commandapi.arguments.CustomArgument< T, B >.CustomArgumentExceptionstatic
fromMessageBuilder(MessageBuilder errorMessage)dev.jorel.commandapi.arguments.CustomArgument< T, B >.CustomArgumentExceptionstatic
fromString(String errorMessage)dev.jorel.commandapi.arguments.CustomArgument< T, B >.CustomArgumentExceptionstatic
toCommandSyntax(String result, CommandContext<?> cmdCtx)dev.jorel.commandapi.arguments.CustomArgument< T, B >.CustomArgumentException