Adds a tab completer for the list command

This commit is contained in:
2022-02-25 22:16:11 +01:00
parent 8a030276c5
commit db869c0c5b
4 changed files with 53 additions and 3 deletions
src/main/java/net/knarcraft/paidsigns

@ -8,7 +8,11 @@ import java.util.List;
/**
* A helper class for providing common tab complete options
*/
public class TabCompleteHelper {
public final class TabCompleteHelper {
private TabCompleteHelper() {
}
/**
* Gets the available boolean values for tab completion