mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-06 20:56:41 +00:00
Cleaned up documentation, added lacking Java annotations.
This commit is contained in:
@ -204,6 +204,7 @@ public class CommandsManager {
|
||||
* @param player
|
||||
* @param methodArgs
|
||||
* @return
|
||||
* @throws Throwable
|
||||
*/
|
||||
public boolean execute(String[] args, CommandsPlayer player,
|
||||
Object[] methodArgs) throws Throwable {
|
||||
@ -219,10 +220,11 @@ public class CommandsManager {
|
||||
* @param methodArgs
|
||||
* @param level
|
||||
* @return
|
||||
* @throws Throwable
|
||||
*/
|
||||
public boolean executeMethod(Method parent, String[] args,
|
||||
CommandsPlayer player, Object[] methodArgs, int level)
|
||||
throws Throwable {
|
||||
throws Throwable {
|
||||
String cmdName = args[level];
|
||||
|
||||
Map<String, Method> map = commands.get(parent);
|
||||
|
Reference in New Issue
Block a user