Package de.clickism.clickgui.menu
Interface InventorySupplier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents a supplier of an
Inventory.-
Method Summary
-
Method Details
-
create
Creates a newInventorywith the given title.- Parameters:
title- the title of the inventory- Returns:
- a new inventory
-