Uses of Class
dev.jorel.commandapi.exceptions.WrapperCommandSyntaxException
Packages that use WrapperCommandSyntaxException
Package
Description
Classes relating to the different FunctionalInterfaces for command execution
Classes that are wrappers for various vanilla-related command features
-
Uses of WrapperCommandSyntaxException in dev.jorel.commandapi
Methods in dev.jorel.commandapi that return WrapperCommandSyntaxExceptionModifier and TypeMethodDescriptionCommandAPI.failWithMessage(com.mojang.brigadier.Message message) Forces a command to return a success value of 0CommandAPI.failWithString(String message) Forces a command to return a success value of 0 -
Uses of WrapperCommandSyntaxException in dev.jorel.commandapi.executors
Methods in dev.jorel.commandapi.executors that throw WrapperCommandSyntaxExceptionModifier and TypeMethodDescriptiondefault intNormalExecutor.executeWith(ExecutionInfo<CommandSender, WrapperType> info) Executes the command executor with the provided command sender and the provided arguments.default intResultingExecutor.executeWith(ExecutionInfo<CommandSender, WrapperType> info) Executes the command executor with the provided command sender and the provided arguments.intTypedExecutor.executeWith(ExecutionInfo<CommandSender, WrapperType> info) Executes the command executor with the provided command sender and the provided arguments.voidNormalExecutor.run(ExecutionInfo<CommandSender, WrapperType> info) Executes the command.intResultingExecutor.run(ExecutionInfo<CommandSender, WrapperType> info) Executes the command. -
Uses of WrapperCommandSyntaxException in dev.jorel.commandapi.wrappers
Methods in dev.jorel.commandapi.wrappers that throw WrapperCommandSyntaxException