Smithy class

A class that represents the smithy location type

Implemented types

Constructors

Smithy()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getBuildingDescriptionGenerator(String locationType, String locationName, Npc owner) Generator<String>
Returns the building description generator
override
getGoodsGenerator() Generator<List<Goods>?>
Returns the goods generator for this location type
override
getLocationType() String
Returns the location type
override
getNameGenerator(Npc owner) Generator<String>
Returns the name generator for this location type
override
getOutsideDescription() Generator<String>
Returns the outside description generator for this location type
override
getOwnerOccupation() String
Returns the occupation of the owner
override
getZoneGenerator() Generator<String>
Returns the zone generator for this location type
override
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