GuiPage class

Your guis can be seperated in multiple pages. The pages can be switched and display different content or have different functionality. So for each page the entire Gui is built again.

Constructors

GuiPage(List<GuiSlot> slots, {Item? placeholder, bool fillEmptySlots = false})
Your guis can be seperated in multiple pages. The pages can be switched and display different content or have different functionality. So for each page the entire Gui is built again.

Properties

fillEmptySlots bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
placeholder ↔ Item?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slots List<GuiSlot>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited