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 SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class net.citizensnpcs.trait.shop.NPCShopActionNPCShopAction.GUI, NPCShopAction.Transaction
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondescribe()intgetMaxRepeats(Entity entity, InventoryMultiplexer inventory) grant(ShopTrait.NPCShopStorage storage, Entity entity, InventoryMultiplexer inventory, int repeats) take(ShopTrait.NPCShopStorage storage, Entity entity, InventoryMultiplexer inventory, int repeats) 
- 
Field Details- 
permissions
 
- 
- 
Constructor Details- 
PermissionActionpublic PermissionAction()
- 
PermissionAction
 
- 
- 
Method Details- 
describe- Specified by:
- describein class- NPCShopAction
 
- 
getMaxRepeats- Specified by:
- getMaxRepeatsin class- NPCShopAction
 
- 
grantpublic NPCShopAction.Transaction grant(ShopTrait.NPCShopStorage storage, Entity entity, InventoryMultiplexer inventory, int repeats) - Specified by:
- grantin class- NPCShopAction
 
- 
takepublic NPCShopAction.Transaction take(ShopTrait.NPCShopStorage storage, Entity entity, InventoryMultiplexer inventory, int repeats) - Specified by:
- takein class- NPCShopAction
 
 
-