Uses of Interface
dev.jorel.commandapi.executors.TypedExecutor
Packages that use TypedExecutor
Package
Description
Classes relating to the different FunctionalInterfaces for command execution
-
Uses of TypedExecutor in dev.jorel.commandapi.executors
Subinterfaces of TypedExecutor in dev.jorel.commandapi.executorsModifier and TypeInterfaceDescriptioninterfaceNormalExecutor<CommandSender,WrapperType extends AbstractCommandSender<? extends CommandSender>> The interface for normal command executorsinterfaceResultingExecutor<CommandSender,WrapperType extends AbstractCommandSender<? extends CommandSender>> The interface for resulting command executors