Skip to content
Daniël edited this page Aug 27, 2017 · 3 revisions

InventoryFilled API

InventoryFilled allows developers to use useful methods and events by using the InventoryFilled API.
You can find the javadocs on https://daniel-vd.github.io/InventoryFilled/.

Usage

In the InventoryFilledAPI class you will find all methods you can use in your plugin.
Example usage
InventoryFilledAPI.doesItemFit(Player player, Collection<ItemStack> drops).

All the other classes are custom events you can use in your plugin.
Example usage

@EventHandler
public void playerReceiveAlertEvent(PlayerReceiveAlertEvent e) {
    //Do something;  
}

Clone this wiki locally