public interface IPickupHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
onItemPickup(net.minecraft.entity.player.EntityPlayer entityPlayer,
net.minecraft.entity.item.EntityItem item)
Returns true if the item was picked up completely
|