ActionMoveProcessor<T extends Move> class

A move processor that modifies the state using an action.

Inheritance
Implementers

Constructors

ActionMoveProcessor(ActionDefinition action)

Properties

action ActionDefinition
final
builder EffectMoveFunction<T> Function(BuiltVariant variant)
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type
no setterinherited

Methods

build(BuiltVariant variant) MoveProcessorFunction<T>
inherited
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