ChestFile class

Constructors

ChestFile(bool hasRecipes, String? recipeSource, String? recipeResultSource, Item? placeholder, Item? guiModel, bool useBarrel)

Properties

guiModel ↔ Item?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasRecipes bool
getter/setter pair
placeholder ↔ Item?
getter/setter pair
recipeResultSource String?
getter/setter pair
recipeSource String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useBarrel bool
getter/setter pair

Methods

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

Operators

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