SystemAdapter class abstract interface

Runs one system.

Implementers

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

initialize(World world) → void
Resolves queries, resources and event handles from world. Called once, after all plugins have registered and stores exist.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run() → void
Executes the system. Called once per schedule run; must be synchronous.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited