public static class CommandBase.CoordinateArg
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private double |
amount |
private boolean |
isRelative |
private double |
result |
Modifier | Constructor and Description |
---|---|
protected |
CoordinateArg(double resultIn,
double amountIn,
boolean relative) |
Modifier and Type | Method and Description |
---|---|
double |
getAmount() |
double |
getResult() |
boolean |
isRelative() |