General cleanup (deprecated+whitespace)

This commit is contained in:
Erik Broes
2011-02-02 00:02:08 +01:00
parent 74929091b9
commit 8039c05c9f
27 changed files with 224 additions and 244 deletions

View File

@@ -6,21 +6,21 @@ package org.bukkit.inventory;
public interface Slot {
/**
* Gets the inventory this slot belongs to
*
*
* @return The inventory
*/
public Inventory getInventory();
/**
* Get the index this slot belongs to
*
*
* @return Index of the slot
*/
public int getIndex();
/**
* Get the item from the slot.
*
*
* @return ItemStack in the slot.
*/
public ItemStack getItem();