Package net.citizensnpcs.trait.shop
Class NPCShopAction
java.lang.Object
net.citizensnpcs.trait.shop.NPCShopAction
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
CommandAction
,ItemAction
,MoneyAction
,PermissionAction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
abstract String
describe()
static Iterable<NPCShopAction.GUI>
getGUIs()
abstract NPCShopAction.Transaction
static void
register
(Class<? extends NPCShopAction> clazz, String type, NPCShopAction.GUI gui) abstract NPCShopAction.Transaction
-
Constructor Details
-
NPCShopAction
public NPCShopAction()
-
-
Method Details
-
clone
-
describe
-
grant
-
take
-
getGUIs
-
register
public static void register(Class<? extends NPCShopAction> clazz, String type, NPCShopAction.GUI gui)
-