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