PageGenerator class

Constructors

PageGenerator(GuiPage page, GuiContainer container, String countScore, int? fillMax, String pageScore, List<GuiSlot>? globalSlots, Item? placeholder, int index, int totalPages, String path)

Properties

container GuiContainer
getter/setter pair
countScore String
getter/setter pair
fillMax int?
getter/setter pair
globalSlots List<GuiSlot>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index int
getter/setter pair
page GuiPage
getter/setter pair
pageScore String
getter/setter pair
path String
getter/setter pair
placeholder ↔ Item?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalPages int
getter/setter pair

Methods

buildActionCommands(Interactive s, {dynamic copyFrom, required String copyFromPath}) List<Widget>
clear() List<Widget>
generate(Context context) → Widget
itemActions() List<Widget>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setItems() List<ReplaceItem>
toMap() → dynamic
inherited
toString() String
A string representation of this object.
inherited

Operators

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