rework stuff
This commit is contained in:
parent
e66327e3fb
commit
7cb1ed6f75
4 changed files with 11 additions and 2 deletions
|
@ -2,10 +2,18 @@ package net.saltymc.eaa.handler.commands;
|
|||
|
||||
import net.fabricmc.fabric.api.client.command.v1.FabricClientCommandSource;
|
||||
|
||||
import java.util.Set;
|
||||
|
||||
public interface Command {
|
||||
|
||||
boolean run(final FabricClientCommandSource cs, String[] args);
|
||||
|
||||
String getCommand();
|
||||
|
||||
Set<String> getAlias();
|
||||
|
||||
boolean acceptInput();
|
||||
|
||||
/**
|
||||
* should message get intercepted and not send to Server?
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue