Uses of Class
net.citizensnpcs.util.InventoryMultiplexer
Packages that use InventoryMultiplexer
-
Uses of InventoryMultiplexer in net.citizensnpcs.trait.shop
Methods in net.citizensnpcs.trait.shop with parameters of type InventoryMultiplexerModifier and TypeMethodDescriptionint
CommandAction.getMaxRepeats
(Entity entity, InventoryMultiplexer inventory) int
ExperienceAction.getMaxRepeats
(Entity entity, InventoryMultiplexer inventory) int
ItemAction.getMaxRepeats
(Entity entity, InventoryMultiplexer im) int
MoneyAction.getMaxRepeats
(Entity entity, InventoryMultiplexer inventory) abstract int
NPCShopAction.getMaxRepeats
(Entity entity, InventoryMultiplexer inventory) int
OpenShopAction.getMaxRepeats
(Entity entity, InventoryMultiplexer inventory) int
PermissionAction.getMaxRepeats
(Entity entity, InventoryMultiplexer inventory) CommandAction.grant
(ShopTrait.NPCShopStorage storage, Entity entity, InventoryMultiplexer inventory, int repeats) ExperienceAction.grant
(ShopTrait.NPCShopStorage storage, Entity entity, InventoryMultiplexer inventory, int repeats) ItemAction.grant
(ShopTrait.NPCShopStorage storage, Entity entity, InventoryMultiplexer im, int repeats) MoneyAction.grant
(ShopTrait.NPCShopStorage storage, Entity entity, InventoryMultiplexer inventory, int repeats) abstract NPCShopAction.Transaction
NPCShopAction.grant
(ShopTrait.NPCShopStorage storage, Entity entity, InventoryMultiplexer inventory, int repeats) OpenShopAction.grant
(ShopTrait.NPCShopStorage storage, Entity entity, InventoryMultiplexer inventory, int repeats) PermissionAction.grant
(ShopTrait.NPCShopStorage storage, Entity entity, InventoryMultiplexer inventory, int repeats) CommandAction.take
(ShopTrait.NPCShopStorage storage, Entity entity, InventoryMultiplexer inventory, int repeats) ExperienceAction.take
(ShopTrait.NPCShopStorage storage, Entity entity, InventoryMultiplexer inventory, int repeats) ItemAction.take
(ShopTrait.NPCShopStorage storage, Entity entity, InventoryMultiplexer im, int repeats) MoneyAction.take
(ShopTrait.NPCShopStorage storage, Entity entity, InventoryMultiplexer inventory, int repeats) abstract NPCShopAction.Transaction
NPCShopAction.take
(ShopTrait.NPCShopStorage storage, Entity entity, InventoryMultiplexer inventory, int repeats) OpenShopAction.take
(ShopTrait.NPCShopStorage storage, Entity entity, InventoryMultiplexer inventory, int repeats) PermissionAction.take
(ShopTrait.NPCShopStorage storage, Entity entity, InventoryMultiplexer inventory, int repeats)