Class PartyMenuCmd
java.lang.Object
studio.magemonkey.codex.commands.api.IAbstractCommand<Divinity>
studio.magemonkey.codex.commands.api.ISubCommand<Divinity>
studio.magemonkey.divinity.modules.command.MCmd<PartyManager>
studio.magemonkey.divinity.modules.list.party.command.PartyMenuCmd
-
Field Summary
Fields inherited from class studio.magemonkey.codex.commands.api.ISubCommand
parentFields 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.ISubCommand
getParent, setParentMethods inherited from class studio.magemonkey.codex.commands.api.IAbstractCommand
errItem, errPerm, errPlayer, errSender, errType, execute, getNumD, getNumD, getNumI, getNumI, getPermission, getTab, hasPerm, labels, printUsage
-
Constructor Details
-
PartyMenuCmd
-
-
Method Details
-
usage
- Specified by:
usagein classstudio.magemonkey.codex.commands.api.IAbstractCommand<Divinity>
-
description
- Specified by:
descriptionin classstudio.magemonkey.codex.commands.api.IAbstractCommand<Divinity>
-
playersOnly
public boolean playersOnly()- Specified by:
playersOnlyin classstudio.magemonkey.codex.commands.api.IAbstractCommand<Divinity>
-
perform
public void perform(@NotNull org.bukkit.command.CommandSender sender, @NotNull String label, @NotNull String[] args) - Specified by:
performin classstudio.magemonkey.codex.commands.api.IAbstractCommand<Divinity>
-