Interface LeuchtfeuerInventar

All Superinterfaces:
Inventar, Iterable<GegenstandsStapel>

public interface LeuchtfeuerInventar extends Inventar
Interface to the inventar of a Beacon.
  • Method Details

    • setItem

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

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