Class EditEnchantsCommand
java.lang.Object
io.lumine.utils.commands.Command<MythicBukkit>
io.lumine.mythic.bukkit.commands.items.edit.EditEnchantsCommand
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor
,org.bukkit.command.TabCompleter
,org.bukkit.command.TabExecutor
-
Field Summary
Fields inherited from class io.lumine.utils.commands.Command
plugin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
boolean
onTabComplete
(org.bukkit.command.CommandSender sender, String[] args) void
printEnchantsEditor
(org.bukkit.command.CommandSender sender, MythicItem item) static void
saveEnchants
(MythicItem item) Methods inherited from class io.lumine.utils.commands.Command
addSubCommands, getAliases, getPlugin, onCommand, onTabComplete
-
Constructor Details
-
EditEnchantsCommand
-
-
Method Details
-
onCommand
- Specified by:
onCommand
in classio.lumine.utils.commands.Command<MythicBukkit>
-
onTabComplete
- Specified by:
onTabComplete
in classio.lumine.utils.commands.Command<MythicBukkit>
-
getPermissionNode
- Specified by:
getPermissionNode
in classio.lumine.utils.commands.Command<MythicBukkit>
-
isConsoleFriendly
public boolean isConsoleFriendly()- Specified by:
isConsoleFriendly
in classio.lumine.utils.commands.Command<MythicBukkit>
-
getName
- Specified by:
getName
in classio.lumine.utils.commands.Command<MythicBukkit>
-
saveEnchants
-
printEnchantsEditor
-