Package-level declarations

Types

Link copied to clipboard
class CustomPageButton(val identifiableItem: IdentifiableItem, pageToOpen: Int) : MultiPageButton

This class represents a button that will open a custom page of the MultiPageBuilder inventory once it has been clicked

Link copied to clipboard
class FirstPageButton(val identifiableItem: IdentifiableItem) : MultiPageButton

This class represents a button that will open the first page of the MultiPageBuilder inventory once it has been clicked

Link copied to clipboard
class LastPageButton(val identifiableItem: IdentifiableItem) : MultiPageButton

This class represents a button that will open the last page of the MultiPageBuilder inventory once it has been clicked

Link copied to clipboard
class NextPageButton(val identifiableItem: IdentifiableItem) : MultiPageButton

This class represents a button that will open the next page of the MultiPageBuilder inventory once it has been clicked

Link copied to clipboard
class PreviousPageButton(val identifiableItem: IdentifiableItem) : MultiPageButton

This class represents a button that will open the previous page of the MultiPageBuilder inventory once it has been clicked