mirror of
https://github.com/LOOHP/Limbo.git
synced 2026-06-08 14:11:44 +00:00
reupload
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.loohp.limbo.commands;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface TabCompletor {
|
||||
|
||||
public List<String> tabComplete(CommandSender sender, String[] args);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user