Uses of Class
dev.jorel.commandapi.arguments.CustomArgument.MessageBuilder
Packages that use CustomArgument.MessageBuilder
-
Uses of CustomArgument.MessageBuilder in dev.jorel.commandapi.arguments
Methods in dev.jorel.commandapi.arguments that return CustomArgument.MessageBuilderModifier and TypeMethodDescriptionAppends an object to the end of this messageAppends a string to the end of this messageCustomArgument.MessageBuilder.appendArgInput()Appends the argument input that the CommandSender used in this command.
For example, if/foo barwas executed and an error occurs with the CustomArgumentbar, then the arg input will appendbarto the end of the message.
This input is determined at runtime, and is stored as%input%until executedCustomArgument.MessageBuilder.appendFullInput()Appends the whole input that the CommandSender used in this command.
For example, if/foo barwas executed, thenfoo barwill be appended to the end of the message.
This input is determined at runtime, and is stored as%finput%until executedCustomArgument.MessageBuilder.appendHere()Appends<--[HERE]to the end of the messageConstructors in dev.jorel.commandapi.arguments with parameters of type CustomArgument.MessageBuilderModifierConstructorDescriptionCustomArgumentException(CustomArgument.MessageBuilder errorMessage) Constructs a CustomArgumentException with a given error message