implement velocity api surface
This commit is contained in:
parent
62151736bd
commit
51a5ddbb8b
3 changed files with 25 additions and 4 deletions
|
|
@ -1,12 +1,9 @@
|
|||
package site.lab0x13.scrow.commands;
|
||||
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
import site.lab0x13.scrow.commands.model.CommandContext;
|
||||
import site.lab0x13.scrow.commands.model.literal.RootLiteral;
|
||||
|
||||
public interface IScrowCommands<C extends CommandContext<C>> {
|
||||
|
||||
void register(RootLiteral<C> rootLiteral);
|
||||
|
||||
@Nullable RootLiteral<C> getRootLiteral(String name);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue