public static final class Script.LaunchOptions extends Object
Constructor and Description |
---|
LaunchOptions() |
Modifier and Type | Method and Description |
---|---|
int |
getXEnd()
Returns the current X end
|
int |
getXStart()
Returns the current X start
|
int |
getYEnd()
Returns the current Y end
|
int |
getYStart()
Returns the current Y start
|
int |
getZEnd()
Returns the current Z end
|
int |
getZStart()
Returns the current Z start
|
Script.LaunchOptions |
setX(int xstartArg,
int xendArg)
Set the X range. xstartArg is the lowest coordinate of the range,
and xendArg-1 is the highest coordinate of the range.
|
Script.LaunchOptions |
setY(int ystartArg,
int yendArg)
Set the Y range. ystartArg is the lowest coordinate of the range,
and yendArg-1 is the highest coordinate of the range.
|
Script.LaunchOptions |
setZ(int zstartArg,
int zendArg)
Set the Z range. zstartArg is the lowest coordinate of the range,
and zendArg-1 is the highest coordinate of the range.
|
public Script.LaunchOptions setX(int xstartArg, int xendArg)
xstartArg
- Must be >= 0xendArg
- Must be > xstartArgpublic Script.LaunchOptions setY(int ystartArg, int yendArg)
ystartArg
- Must be >= 0yendArg
- Must be > ystartArgpublic Script.LaunchOptions setZ(int zstartArg, int zendArg)
zstartArg
- Must be >= 0zendArg
- Must be > zstartArgpublic int getXStart()
public int getXEnd()
public int getYStart()
public int getYEnd()
public int getZStart()
public int getZEnd()