Class TabCompletionHelper
- java.lang.Object
-
- me.bimmr.bimmcore.commands.helpers.TabCompletionHelper
-
public class TabCompletionHelper extends java.lang.Object
Class to help with the TabCompletion for Bukkit.Can be used by anybody, as long as you provide credit for it.
-
-
Constructor Summary
Constructors Constructor Description TabCompletionHelper()
-
Method Summary
Modifier and Type Method Description static java.lang.String[]
getOnlinePlayerNames()
static java.util.List<java.lang.String>
getOnlinePlayers()
static java.util.List<java.lang.String>
getPossibleCompletionsForGivenArgs(java.lang.String[] args, java.util.List<java.lang.String> possibilitiesOfCompletion)
-
-
-
Method Detail
-
getOnlinePlayerNames
public static java.lang.String[] getOnlinePlayerNames()
-
getOnlinePlayers
public static java.util.List<java.lang.String> getOnlinePlayers()
-
getPossibleCompletionsForGivenArgs
public static java.util.List<java.lang.String> getPossibleCompletionsForGivenArgs(java.lang.String[] args, java.util.List<java.lang.String> possibilitiesOfCompletion)
-
-