Mountains class
A class that represents the mountains landscape type
- Implemented types
Constructors
- Mountains()
-
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
-
getEncounterGenerator(
) → Generator< String> -
Returns a generator for something someone might encounter in this landscape
override
-
getFeatureGenerator(
) → Generator< String> -
Returns a generator for a feature of this landscape
override
-
getKnownForGenerator(
) → Generator< String> -
Returns a generator for something this landscape is known for
override
-
getLandscapeType(
) → String -
Returns the type of the landscape
override
-
getLocationGenerator(
) → Generator< String> -
Returns a generator for the location of the landscape
override
-
getNameGenerator(
) → Generator< String> -
Returns a generator for the landscape name
override
-
getResourceGenerator(
) → Generator< String> -
Returns a generator for a resource that can be found in this landscape
override
-
getSizeGenerator(
) → Generator< String> -
Returns a generator for this landscape's size
override
-
getTravelRateGenerator(
) → Generator< String> -
Returns a generator for how often people travel through this landscape
override
-
getWeatherGenerator(
) → Generator< String> -
Returns a generator for the weather in the landscape
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