CommandAPI 9.4.1
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.CommandAPIExecutor< CommandSender, WrapperType > Member List

This is the complete list of members for dev.jorel.commandapi.CommandAPIExecutor< CommandSender, WrapperType >, including all inherited members.

addNormalExecutor(NormalExecutor<?, ?> executor) (defined in dev.jorel.commandapi.CommandAPIExecutor< CommandSender, WrapperType >)dev.jorel.commandapi.CommandAPIExecutor< CommandSender, WrapperType >
addResultingExecutor(ResultingExecutor<?, ?> executor) (defined in dev.jorel.commandapi.CommandAPIExecutor< CommandSender, WrapperType >)dev.jorel.commandapi.CommandAPIExecutor< CommandSender, WrapperType >
CommandAPIExecutor() (defined in dev.jorel.commandapi.CommandAPIExecutor< CommandSender, WrapperType >)dev.jorel.commandapi.CommandAPIExecutor< CommandSender, WrapperType >
execute(ExecutionInfo< CommandSender, WrapperType > info) (defined in dev.jorel.commandapi.CommandAPIExecutor< CommandSender, WrapperType >)dev.jorel.commandapi.CommandAPIExecutor< CommandSender, WrapperType >
getNormalExecutors() (defined in dev.jorel.commandapi.CommandAPIExecutor< CommandSender, WrapperType >)dev.jorel.commandapi.CommandAPIExecutor< CommandSender, WrapperType >
getResultingExecutors() (defined in dev.jorel.commandapi.CommandAPIExecutor< CommandSender, WrapperType >)dev.jorel.commandapi.CommandAPIExecutor< CommandSender, WrapperType >
hasAnyExecutors() (defined in dev.jorel.commandapi.CommandAPIExecutor< CommandSender, WrapperType >)dev.jorel.commandapi.CommandAPIExecutor< CommandSender, WrapperType >
isForceNative() (defined in dev.jorel.commandapi.CommandAPIExecutor< CommandSender, WrapperType >)dev.jorel.commandapi.CommandAPIExecutor< CommandSender, WrapperType >
setNormalExecutors(List< NormalExecutor< CommandSender, WrapperType > > normalExecutors) (defined in dev.jorel.commandapi.CommandAPIExecutor< CommandSender, WrapperType >)dev.jorel.commandapi.CommandAPIExecutor< CommandSender, WrapperType >
setResultingExecutors(List< ResultingExecutor< CommandSender, WrapperType > > resultingExecutors) (defined in dev.jorel.commandapi.CommandAPIExecutor< CommandSender, WrapperType >)dev.jorel.commandapi.CommandAPIExecutor< CommandSender, WrapperType >