Layout
interface Layout
Represents a saved inventory layout within Housing.
Implementations perform sequential behavior and therefore expose suspend functions for better interaction with Housing.
Inheritors
Properties
Functions
Link copied to clipboard
Returns the item stored in the chestplate slot for this layout, or null if empty.
Link copied to clipboard
Returns the full inventory contents as an array of items.
Link copied to clipboard
Returns the item stored in the leggings slot for this layout, or null if empty.
Link copied to clipboard
Sets the chestplate item for this layout.
Link copied to clipboard
Sets the full inventory contents for this layout.
Link copied to clipboard
Sets the leggings item for this layout.