.
This commit is contained in:
parent
678762f797
commit
fc431bf8df
17 changed files with 160 additions and 114 deletions
|
|
@ -1,6 +1,6 @@
|
|||
package de.kencommand.api.processing;
|
||||
|
||||
public interface CommandExecutor<S> {
|
||||
public interface CommandExecutor<T> {
|
||||
|
||||
void execute(S ctx);
|
||||
void execute(CommandContext<T> ctx);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue