Package dev.linwood.itemmods.action.pack
Class ItemAction
- java.lang.Object
-
- dev.linwood.itemmods.action.pack.ItemAction
-
- All Implemented Interfaces:
CommandAction
,TranslationCommandAction
public class ItemAction extends Object implements TranslationCommandAction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ItemAction.ItemTab
-
Field Summary
Fields Modifier and Type Field Description protected @NotNull PackObject
packObject
-
Constructor Summary
Constructors Constructor Description ItemAction(@NotNull PackObject packObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description dev.linwood.api.translations.Translation
getTranslationNamespace()
boolean
showGui(@NotNull org.bukkit.command.CommandSender sender)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface dev.linwood.itemmods.action.CommandAction
handleCommand, tabComplete
-
Methods inherited from interface dev.linwood.itemmods.action.TranslationCommandAction
getTranslation, hasTranslation
-
-
-
-
Field Detail
-
packObject
@NotNull protected final @NotNull PackObject packObject
-
-
Constructor Detail
-
ItemAction
public ItemAction(@NotNull @NotNull PackObject packObject)
-
-
Method Detail
-
getTranslationNamespace
public dev.linwood.api.translations.Translation getTranslationNamespace()
- Specified by:
getTranslationNamespace
in interfaceTranslationCommandAction
-
showGui
public boolean showGui(@NotNull @NotNull org.bukkit.command.CommandSender sender)
- Specified by:
showGui
in interfaceCommandAction
-
-