Package net.citizensnpcs.trait.shop
Class ItemAction
java.lang.Object
net.citizensnpcs.trait.shop.NPCShopAction
net.citizensnpcs.trait.shop.ItemAction
- 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
Modifier and TypeFieldDescriptionboolean
boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescribe()
int
getMaxRepeats
(Entity entity, InventoryMultiplexer im) grant
(Entity entity, InventoryMultiplexer im, int repeats) take
(Entity entity, InventoryMultiplexer im, int repeats)
-
Field Details
-
compareSimilarity
public boolean compareSimilarity -
items
-
metaFilter
-
requireUndamaged
public boolean requireUndamaged
-
-
Constructor Details
-
ItemAction
public ItemAction() -
ItemAction
-
ItemAction
-
-
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
-