WorldMapSettingsManager class
A class that handles the available world map settings and using them
When making a custom world map settings, make sure to register it or else some features might not work
- Inheritance
-
- Object
- Manager<
WorldMapSettings> - WorldMapSettingsManager
Constructors
- WorldMapSettingsManager()
-
const
Properties
-
activeTypes
→ List<
WorldMapSettings> -
Returns all active world map settings
no setteroverride
-
allTypes
→ List<
WorldMapSettings> -
Returns all the world map settings
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
deleteType(
WorldMapSettings worldMapSettings) → void -
Removes
worldMapSettingsfrom the active world map settings and from all world map settings listoverride -
getType(
String name) → WorldMapSettings -
Returns the corresponding world map settings from all world map settings from name
nameoverride -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerType(
WorldMapSettings worldMapSettings) → void -
Adds
worldMapSettingsto the list of all world map settings and active world map settingsoverride -
toString(
) → String -
A string representation of this object.
inherited
-
unregisterType(
WorldMapSettings worldMapSettings) → void -
Removes
worldMapSettingsonly from the active settingsoverride
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited