InstalledRegion class

Represents a region, from persistent map storage.

Constructors

InstalledRegion(RegionId regionId, RegionId parentId, int sizeOnDiskInBytes, InstalledRegionStatus status)
Creates a new instance.

Properties

hashCode → int
The hash code for this object.
no setter
parentId RegionId
Parent region identifier. Continents have a parent_id of 0.
getter/setter pair
regionId RegionId
Unique identifier specifying a region.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sizeOnDiskInBytes ↔ int
Region size on disk in bytes.
getter/setter pair
status InstalledRegionStatus
Status of the region in the persistent map storage.
getter/setter pair

Methods

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.