package game.command; import java.util.Collection; public interface StringCompleter { Collection complete(CommandEnvironment env); }