org.bukkit.inventory
Interface BeaconInventory

All Superinterfaces:
Inventory, Iterable<ItemStack>

public interface BeaconInventory
extends Inventory


Method Summary
 ItemStack getItem()
          Get the item powering the beacon.
 void setItem(ItemStack item)
          Set the item powering the beacon.
 
Methods inherited from interface org.bukkit.inventory.Inventory
addItem, all, all, all, clear, clear, contains, contains, contains, contains, contains, contains, containsAtLeast, first, first, first, firstEmpty, getContents, getHolder, getItem, getMaxStackSize, getName, getSize, getTitle, getType, getViewers, iterator, iterator, remove, remove, remove, removeItem, setContents, setItem, setMaxStackSize
 

Method Detail

setItem

void setItem(ItemStack item)
Set the item powering the beacon.

Parameters:
item - The new item

getItem

ItemStack getItem()
Get the item powering the beacon.

Returns:
The current item.


Copyright © 2013. All Rights Reserved.