
org.bukkit.inventory.BeaconInventory Maven / Gradle / Ivy
package org.bukkit.inventory;
/**
* Interface to the inventory of a Beacon.
*/
public interface BeaconInventory extends Inventory {
/**
* Get the item powering the beacon.
*
* @return The current item.
*/
ItemStack getItem();
/**
* Set the item powering the beacon.
*
* @param item The new item
*/
void setItem(ItemStack item);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy