Class EditorCommand<P extends CodexPlugin<P>>
java.lang.Object
studio.magemonkey.codex.commands.api.IAbstractCommand<P>
studio.magemonkey.codex.commands.api.ISubCommand<P>
studio.magemonkey.codex.commands.list.EditorCommand<P>
-
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, setParent
-
Constructor Details
-
EditorCommand
-
-
Method Details
-
usage
- Specified by:
usagein classIAbstractCommand<P extends CodexPlugin<P>>
-
description
- Specified by:
descriptionin classIAbstractCommand<P extends CodexPlugin<P>>
-
playersOnly
public boolean playersOnly()- Specified by:
playersOnlyin classIAbstractCommand<P extends CodexPlugin<P>>
-
perform
public void perform(@NotNull org.bukkit.command.CommandSender sender, @NotNull String label, @NotNull String[] args) - Specified by:
performin classIAbstractCommand<P extends CodexPlugin<P>>
-