Menu
interface Menu
Represents a custom menu in Housing.
Menus have a title, a variable size, and contain menu elements each holding an item and optionally an action container.
Implementations perform sequential behavior and therefore expose suspend functions for better interaction with Housing.
Types
Link copied to clipboard
interface MenuElement
Represents a single element (slot) within a menu.