XCBUnit enum

Inheritance
Available extensions

Values

ore → const XCBUnit

Ore, the smallest and atomic amount of Core

fecore → const XCBUnit

fecore, 1000 ore

picore → const XCBUnit

Picore, one million ore

nacore → const XCBUnit

Nacore, one billion ore. Typically a reasonable unit to measure energy prices.

mcore → const XCBUnit

Μcore, 10^12 ore or 1 μCore

micore → const XCBUnit

micore, 10^15 ore or 1 mcore

core → const XCBUnit

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
inherited

Constants

values → const List<XCBUnit>
A constant List of the values in this enum, in order of their declaration.