Interface CommandExecution<S extends Source>

Type Parameters:
S - the command sender valueType
All Known Implementing Classes:
MethodCommandExecutor

@AvailableSince("1.0.0") public interface CommandExecution<S extends Source>
This class represents the execution/action of this command that's triggered when the sender asks for this command to be executed.