package net.knarcraft.blacksmith.util; import java.util.ArrayList; import java.util.List; /** * A helper class for tab-completion */ public final class TabCompletionHelper { private TabCompletionHelper() { } /** * Finds tab complete values that contain the typed text * * @param values
The values to filter
* @param typedTextThe text the player has started typing
* @returnThe given string values that contain the player's typed text
*/ public static List