
org.bukkit.inventory.BeaconInventory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of walk-server Show documentation
Show all versions of walk-server Show documentation
A spigot fork to kotlin structure and news.
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