Uses of Class
net.citizensnpcs.trait.shop.NPCShopAction.Transaction
Packages that use NPCShopAction.Transaction
-
Uses of NPCShopAction.Transaction in net.citizensnpcs.trait.shop
Methods in net.citizensnpcs.trait.shop that return NPCShopAction.TransactionModifier 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) Methods in net.citizensnpcs.trait.shop with parameters of type NPCShopAction.TransactionModifier and TypeMethodDescriptionstatic NPCShopAction.Transaction
NPCShopAction.Transaction.compose
(NPCShopAction.Transaction... txn) Method parameters in net.citizensnpcs.trait.shop with type arguments of type NPCShopAction.TransactionModifier and TypeMethodDescriptionstatic NPCShopAction.Transaction
NPCShopAction.Transaction.compose
(Collection<NPCShopAction.Transaction> txn)