CurveToPositionCommand class

Implemented types

Constructors

CurveToPositionCommand({int x1 = 0, int y1 = 0, int z1 = 0, int x2 = 0, int y2 = 0, int z2 = 0, int speed = 20})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed int
getter/setter pair
x1 int
getter/setter pair
x2 int
getter/setter pair
y1 int
getter/setter pair
y2 int
getter/setter pair
z1 int
getter/setter pair
z2 int
getter/setter pair

Methods

execute() String
override
getTitle() String
override
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