giveItemSafely

public final Boolean giveItemSafely(ItemStack item)
public final Boolean giveItemSafely(ItemBuilder item)

Give an item safely to the player, alerting them that they have a full inventory (if it is)

Return

if it was successful

Parameters

item

item to give


public final Boolean giveItemSafely(ItemStack item, Boolean drop)

Give an item safely to the player

Return

if it was successful

Parameters

item

item to give

drop

should drop the item if the inventory is full