Class MDropCmd
java.lang.Object
studio.magemonkey.codex.commands.api.IAbstractCommand<Divinity>
studio.magemonkey.codex.commands.api.ISubCommand<Divinity>
studio.magemonkey.divinity.modules.command.MCmd<QModuleDrop<?>>
studio.magemonkey.divinity.modules.command.MDropCmd
-
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, hasPerm, labels, printUsage
-
Constructor Details
-
MDropCmd
-
-
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>
-
getTab
@NotNull public List<String> getTab(@NotNull org.bukkit.entity.Player player, int i, @NotNull String[] args) - Overrides:
getTabin 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>
-