java.lang.Object
studio.magemonkey.codex.commands.api.IAbstractCommand<
Divinity>
studio.magemonkey.codex.commands.api.ISubCommand<
Divinity>
studio.magemonkey.divinity.command.SetCommand
public class SetCommand
extends studio.magemonkey.codex.commands.api.ISubCommand<Divinity>
-
Field Summary
Fields inherited from class studio.magemonkey.codex.commands.api.ISubCommand
parent
Fields inherited from class studio.magemonkey.codex.commands.api.IAbstractCommand
aliases, permission, plugin
-
Constructor Summary
Constructors
-
Method Summary
getTab(org.bukkit.entity.Player player,
int i,
String[] args)
void
boolean
Methods inherited from class studio.magemonkey.codex.commands.api.ISubCommand
getParent, setParent
Methods inherited from class studio.magemonkey.codex.commands.api.IAbstractCommand
errItem, errPerm, errPlayer, errSender, errType, execute, getNumD, getNumD, getNumI, getNumI, getPermission, hasPerm, labels, printUsage
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SetCommand
public SetCommand(@NotNull
Divinity plugin)
-
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>
-
getTab
@NotNull
public List<String> getTab(@NotNull
org.bukkit.entity.Player player,
int i,
@NotNull
String[] args)
- Overrides:
getTab in class studio.magemonkey.codex.commands.api.IAbstractCommand<Divinity>
-