Skip navigation links
A C D G I K L O P R S T U V W 

S

SellChestTaskEvent - Class in com.bgsoftware.wildchests.api.events
This event is fired when a chest attempts to sell an item.
SellChestTaskEvent(Chest, ItemStack, double) - Constructor for class com.bgsoftware.wildchests.api.events.SellChestTaskEvent
The constructor of the event.
setAmount(BigInteger) - Method in interface com.bgsoftware.wildchests.api.objects.chests.StorageChest
Set the amount of the stored item.
setAmount(int) - Method in interface com.bgsoftware.wildchests.api.objects.chests.StorageChest
Deprecated.
Use setAmount(BigInteger amount)
setAutoCollect(boolean) - Method in interface com.bgsoftware.wildchests.api.objects.data.ChestData
Set whether or not this chest should have auto-collect enabled.
setAutoCrafter(List<String>) - Method in interface com.bgsoftware.wildchests.api.objects.data.ChestData
Set the recipes for the auto-crafter.
setAutoSuctionChunk(boolean) - Method in interface com.bgsoftware.wildchests.api.objects.data.ChestData
Set whether or not the suction should be restricted to the chest's chunk.
setAutoSuctionRange(int) - Method in interface com.bgsoftware.wildchests.api.objects.data.ChestData
Set the auto suction range for this chest.
setBlacklisted(Set<Key>) - Method in interface com.bgsoftware.wildchests.api.objects.data.ChestData
Set the blacklisted items for the chest.
setCancelled(boolean) - Method in class com.bgsoftware.wildchests.api.events.SellChestTaskEvent
 
setDefaultPagesAmount(int) - Method in interface com.bgsoftware.wildchests.api.objects.data.ChestData
Set the amount of default pages.
setDefaultSize(int) - Method in interface com.bgsoftware.wildchests.api.objects.data.ChestData
Set the default size of the pages.
setDefaultTitle(String) - Method in interface com.bgsoftware.wildchests.api.objects.data.ChestData
Set the default title of the pages.
setHopperFilter(boolean) - Method in interface com.bgsoftware.wildchests.api.objects.data.ChestData
Set whether or not the chest should have an hopper filter.
setItem(int, ItemStack) - Method in interface com.bgsoftware.wildchests.api.objects.chests.Chest
Set an item in the chest in a specific slot.
setItemAmount(Item, int) - Method in interface com.bgsoftware.wildchests.api.hooks.StackerProvider
Set the amount of a dropped item.
setItemStack(ItemStack) - Method in interface com.bgsoftware.wildchests.api.objects.chests.StorageChest
Change the item that is stored in this chest.
setMaxAmount(BigInteger) - Method in interface com.bgsoftware.wildchests.api.objects.chests.StorageChest
Set the maximum amount of the item that can be stored.
setMultiplier(double) - Method in class com.bgsoftware.wildchests.api.events.SellChestTaskEvent
Set a price multiplier.
setMultiplier(double) - Method in interface com.bgsoftware.wildchests.api.objects.data.ChestData
Set the mutliplier of the chest.
setPage(int, Inventory) - Method in interface com.bgsoftware.wildchests.api.objects.chests.Chest
Deprecated.
You should use setPage(int page, int size, String title), and then change the contents manually.
setPage(int, int, String) - Method in interface com.bgsoftware.wildchests.api.objects.chests.Chest
Set a page with a specific size and title.
setPagesData(Map<Integer, InventoryData>) - Method in interface com.bgsoftware.wildchests.api.objects.data.ChestData
Set a pages data for the chest.
setParticles(List<String>) - Method in interface com.bgsoftware.wildchests.api.objects.data.ChestData
Set a list of particles for the chest.
setPricesProvider(PricesProvider) - Method in interface com.bgsoftware.wildchests.api.handlers.ProvidersManager
Set the prices provider for the core.
setSellMode(boolean) - Method in interface com.bgsoftware.wildchests.api.objects.data.ChestData
Set the sell mode status for this chest.
setStackerProvider(StackerProvider) - Method in interface com.bgsoftware.wildchests.api.handlers.ProvidersManager
Set the stacker provider for the core.
setStorageUnitMaxAmount(BigInteger) - Method in interface com.bgsoftware.wildchests.api.objects.data.ChestData
Set the max amount of the storage-chest's item for this chest.
setWhitelisted(Set<Key>) - Method in interface com.bgsoftware.wildchests.api.objects.data.ChestData
Set the whitelisted items for the chest.
StackerProvider - Interface in com.bgsoftware.wildchests.api.hooks
 
StorageChest - Interface in com.bgsoftware.wildchests.api.objects.chests
StorageChests (Storage-Units) are chests that can hold only one item, but with unlimited amount of it.
A C D G I K L O P R S T U V W 
Skip navigation links