Skip navigation links
A C E F G H I M O P S T 

P

parseFlags(String[]) - Static method in class com.moomoohk.MooCommands.CommandsManager
This method receives a String array of parameters which contain flags (which are formatted "flag:value") and will create a HashMap<String, String> which contains the flags as keys and their values.
parseParams(String) - Static method in class com.moomoohk.MooCommands.CommandsManager
Will parse the parameters from an input String into a String array.
For example: "/test param1 param2" will return {"param1", "param2"}.
A C E F G H I M O P S T 
Skip navigation links