FindPathParams<T extends Action<State>> class

Constructors

FindPathParams(Set<T> availableActions, T? previouslyFailedAction)

Properties

availableActions Set<T>
final
countdownFailedActionAvoidance int
The number of times the action is being avoided before it's tried again. Set to -1 to avoid the action for the whole time of path finding.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
previouslyFailedAction ↔ T?
getter/setter pair
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