java.lang.Object
studio.magemonkey.codex.commands.api.IAbstractCommand<
Divinity>
studio.magemonkey.codex.commands.api.IGeneralCommand<
Divinity>
studio.magemonkey.divinity.manager.profile.ProfileCommand
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor
public class ProfileCommand
extends studio.magemonkey.codex.commands.api.IGeneralCommand<Divinity>
-
Field Summary
Fields inherited from class studio.magemonkey.codex.commands.api.IAbstractCommand
aliases, permission, plugin
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class studio.magemonkey.codex.commands.api.IGeneralCommand
addDefaultCommand, addSubCommand, clearSubCommands, getSubCommands, onCommand, onTabComplete, removeSubCommand
Methods inherited from class studio.magemonkey.codex.commands.api.IAbstractCommand
errItem, errPerm, errPlayer, errSender, errType, execute, getNumD, getNumD, getNumI, getNumI, getPermission, getTab, hasPerm, labels, printUsage
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
usage
@NotNull
public String usage()
- Specified by:
usage in class studio.magemonkey.codex.commands.api.IAbstractCommand<Divinity>
-
description
@NotNull
public String description()
- Specified by:
description in class studio.magemonkey.codex.commands.api.IAbstractCommand<Divinity>
-
playersOnly
public boolean playersOnly()
- Specified by:
playersOnly in class studio.magemonkey.codex.commands.api.IAbstractCommand<Divinity>
-