Uses of Interface
dev.jorel.commandapi.executors.ExecutionInfo
Packages that use ExecutionInfo
Package
Description
Classes relating to the different FunctionalInterfaces for command execution
-
Uses of ExecutionInfo in dev.jorel.commandapi
Methods in dev.jorel.commandapi with parameters of type ExecutionInfoModifier and TypeMethodDescriptionintCommandAPIExecutor.execute(ExecutionInfo<CommandSender, WrapperType> info) -
Uses of ExecutionInfo in dev.jorel.commandapi.executors
Methods in dev.jorel.commandapi.executors with parameters of type ExecutionInfoModifier 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.