Package net.citizensnpcs.trait.shop
Class CommandAction
java.lang.Object
net.citizensnpcs.trait.shop.NPCShopAction
net.citizensnpcs.trait.shop.CommandAction
- 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
-
commands
-
op
public boolean op -
server
public boolean server
-
-
Constructor Details
-
CommandAction
public CommandAction() -
CommandAction
-
-
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
-