General cleanup (deprecated+whitespace)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user