Interface BeaconInventory

    • Method Detail

      • setItem

        void setItem​(@Nullable
                     ItemStack item)
        Set the item powering the beacon.
        Parameters:
        item - The new item
      • getItem

        @Nullable
        ItemStack getItem()
        Get the item powering the beacon.
        Returns:
        The current item.