Package dev.linwood.itemmods.action
Interface CommandAction
-
- All Known Subinterfaces:
SubCommandAction
,TranslationCommandAction
- All Known Implementing Classes:
BlockAction
,BlocksAction
,DataAction
,InactivePacksAction
,ItemAction
,ItemsAction
,KnowledgeAction
,LocalesAction
,MainAction
,ModelAction
,ModelsAction
,PackAction
,PacksAction
,TemplateAction
,TextureAction
,TexturesAction
public interface CommandAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
getTranslation(String key, Object... placeholders)
default boolean
handleCommand(org.bukkit.command.CommandSender sender, String[] args)
boolean
hasTranslation(String key)
default boolean
showGui(org.bukkit.command.CommandSender sender)
default String[]
tabComplete(org.bukkit.command.CommandSender sender, String[] args)
-