Uses of Class
net.citizensnpcs.trait.shop.NPCShopAction.Transaction
-
Uses of NPCShopAction.Transaction in net.citizensnpcs.trait
Modifier and TypeMethodDescriptionShopTrait.NPCShopItem.apply
(List<NPCShopAction> actions, Function<NPCShopAction, NPCShopAction.Transaction> func) Modifier and TypeMethodDescriptionShopTrait.NPCShopItem.apply
(List<NPCShopAction> actions, Function<NPCShopAction, NPCShopAction.Transaction> func) -
Uses of NPCShopAction.Transaction in net.citizensnpcs.trait.shop
Modifier and TypeMethodDescriptionstatic NPCShopAction.Transaction
NPCShopAction.Transaction.compose
(Collection<NPCShopAction.Transaction> txn) static NPCShopAction.Transaction
NPCShopAction.Transaction.compose
(NPCShopAction.Transaction... txn) static NPCShopAction.Transaction
static NPCShopAction.Transaction
NPCShopAction.Transaction.fail()
CommandAction.grant
(Entity entity, InventoryMultiplexer inventory, int repeats) ExperienceAction.grant
(Entity entity, InventoryMultiplexer inventory, int repeats) ItemAction.grant
(Entity entity, InventoryMultiplexer im, int repeats) MoneyAction.grant
(Entity entity, InventoryMultiplexer inventory, int repeats) abstract NPCShopAction.Transaction
NPCShopAction.grant
(Entity entity, InventoryMultiplexer inventory, int repeats) OpenShopAction.grant
(Entity entity, InventoryMultiplexer inventory, int repeats) PermissionAction.grant
(Entity entity, InventoryMultiplexer inventory, int repeats) static NPCShopAction.Transaction
NPCShopAction.Transaction.success()
CommandAction.take
(Entity entity, InventoryMultiplexer inventory, int repeats) ExperienceAction.take
(Entity entity, InventoryMultiplexer inventory, int repeats) ItemAction.take
(Entity entity, InventoryMultiplexer im, int repeats) MoneyAction.take
(Entity entity, InventoryMultiplexer inventory, int repeats) abstract NPCShopAction.Transaction
NPCShopAction.take
(Entity entity, InventoryMultiplexer inventory, int repeats) OpenShopAction.take
(Entity entity, InventoryMultiplexer inventory, int repeats) PermissionAction.take
(Entity entity, InventoryMultiplexer inventory, int repeats) Modifier and TypeMethodDescriptionstatic NPCShopAction.Transaction
NPCShopAction.Transaction.compose
(NPCShopAction.Transaction... txn) Modifier and TypeMethodDescriptionstatic NPCShopAction.Transaction
NPCShopAction.Transaction.compose
(Collection<NPCShopAction.Transaction> txn)