Package net.citizensnpcs.trait.shop
Class CommandAction.CommandActionGUI
java.lang.Object
net.citizensnpcs.trait.shop.CommandAction.CommandActionGUI
- All Implemented Interfaces:
- NPCShopAction.GUI
- Enclosing class:
- CommandAction
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanUse(HumanEntity entity) createEditor(NPCShopAction previous, Consumer<NPCShopAction> callback) createMenuItem(NPCShopAction previous) booleanmanages(NPCShopAction action) 
- 
Constructor Details- 
CommandActionGUIpublic CommandActionGUI()
 
- 
- 
Method Details- 
canUse- Specified by:
- canUsein interface- NPCShopAction.GUI
 
- 
createEditor- Specified by:
- createEditorin interface- NPCShopAction.GUI
 
- 
createMenuItem- Specified by:
- createMenuItemin interface- NPCShopAction.GUI
 
- 
manages- Specified by:
- managesin interface- NPCShopAction.GUI
 
 
-