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 TypeMethodDescriptionForces 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 intIExecutorNormal.executeWith(org.bukkit.command.CommandSender sender, Object[] args) Executes the command executor with the provided command sender and the provided arguments.default intIExecutorResulting.executeWith(org.bukkit.command.CommandSender sender, Object[] args) Executes the command executor with the provided command sender and the provided arguments.intIExecutorTyped.executeWith(org.bukkit.command.CommandSender sender, Object[] args) Executes the command executor with the provided command sender and the provided arguments.voidThe code to run when this command is performedintCommandBlockResultingCommandExecutor.run(org.bukkit.command.BlockCommandSender sender, Object[] args) The code to run when this command is performedvoidThe code to run when this command is performedvoidThe code to run when this command is performedintThe code to run when this command is performedvoidThe code to run when this command is performedintThe code to run when this command is performedvoidExecutes the command.intExecutes the command.voidNativeCommandExecutor.run(NativeProxyCommandSender sender, Object[] args) The code to run when this command is performedintNativeResultingCommandExecutor.run(NativeProxyCommandSender sender, Object[] args) The code to run when this command is performedvoidThe code to run when this command is performedintThe code to run when this command is performedvoidProxyCommandExecutor.run(NativeProxyCommandSender sender, Object[] args) The code to run when this command is performedintProxyResultingCommandExecutor.run(NativeProxyCommandSender sender, Object[] args) The code to run when this command is performedintThe code to run when this command is performed -
Uses of WrapperCommandSyntaxException in dev.jorel.commandapi.wrappers
Methods in dev.jorel.commandapi.wrappers that throw WrapperCommandSyntaxException