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 java.lang.Object implements TranslationCommandAction 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classItemAction.ItemTab
 - 
Field SummaryFields Modifier and Type Field Description protected @NotNull PackObjectpackObject
 - 
Constructor SummaryConstructors Constructor Description ItemAction(@NotNull PackObject packObject)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description dev.linwood.api.translations.TranslationgetTranslationNamespace()booleanshowGui(@NotNull org.bukkit.command.CommandSender sender)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface dev.linwood.itemmods.action.CommandActionhandleCommand, tabComplete
 - 
Methods inherited from interface dev.linwood.itemmods.action.TranslationCommandActiongetTranslation, hasTranslation
 
- 
 
- 
- 
- 
Field Detail- 
packObject@NotNull protected final @NotNull PackObject packObject 
 
- 
 - 
Constructor Detail- 
ItemActionpublic ItemAction(@NotNull @NotNull PackObject packObject)
 
- 
 - 
Method Detail- 
getTranslationNamespacepublic dev.linwood.api.translations.Translation getTranslationNamespace() - Specified by:
- getTranslationNamespacein interface- TranslationCommandAction
 
 - 
showGuipublic boolean showGui(@NotNull @NotNull org.bukkit.command.CommandSender sender)- Specified by:
- showGuiin interface- CommandAction
 
 
- 
 
-