-
Notifications
You must be signed in to change notification settings - Fork 0
API
Daniël edited this page Aug 27, 2017
·
3 revisions
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/.
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;
}