Interface BeaconInventory

    • 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.