public class ChunkyOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
force
Ignore scene loading errors when starting a headless render.
|
java.lang.String |
imageOutputFile
The output filename when doing a headless snapshot.
|
int |
renderThreads |
java.io.File |
sceneDir |
java.lang.String |
sceneName |
int |
target |
java.lang.String |
texturePack |
int |
tileWidth |
java.io.File |
worldDir |
Modifier and Type | Method and Description |
---|---|
ChunkyOptions |
clone() |
static ChunkyOptions |
getDefaults() |
java.io.File |
getSceneDescriptionFile()
Retrieve the scene description file for the selected scene.
|
public volatile java.io.File sceneDir
public java.lang.String sceneName
public java.lang.String imageOutputFile
public java.lang.String texturePack
public int renderThreads
public java.io.File worldDir
public int target
public int tileWidth
public boolean force
public static ChunkyOptions getDefaults()
public ChunkyOptions clone()
clone
in class java.lang.Object
public java.io.File getSceneDescriptionFile()