Package net.citizensnpcs.trait.shop
Class PermissionAction
java.lang.Object
net.citizensnpcs.trait.shop.NPCShopAction
net.citizensnpcs.trait.shop.PermissionAction
- All Implemented Interfaces:
Cloneable
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from class net.citizensnpcs.trait.shop.NPCShopAction
NPCShopAction.GUI, NPCShopAction.Transaction
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescribe()
int
getMaxRepeats
(Entity entity, InventoryMultiplexer inventory) grant
(Entity entity, InventoryMultiplexer inventory, int repeats) take
(Entity entity, InventoryMultiplexer inventory, int repeats)
-
Field Details
-
permissions
-
-
Constructor Details
-
PermissionAction
public PermissionAction() -
PermissionAction
-
-
Method Details
-
describe
- Specified by:
describe
in classNPCShopAction
-
getMaxRepeats
- Specified by:
getMaxRepeats
in classNPCShopAction
-
grant
- Specified by:
grant
in classNPCShopAction
-
take
- Specified by:
take
in classNPCShopAction
-