Method | Description | |
---|---|---|
Batch ( String regionDir, String worldName, String dimensionName, bool replace, Object biome1, Object biome2, long worldSeed ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
ProcessCmdKey ( Message &msg, Keys keyData ) : bool |
Method | Description | |
---|---|---|
Batch_Activated ( object sender, EventArgs e ) : void | ||
Batch_FormClosing ( object sender, FormClosingEventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
Run ( ) : void | ||
UpdateProgress ( int value, int max ) : void | ||
UpdateStatus ( String s ) : void | ||
btnCancel_Click ( object sender, EventArgs e ) : void | ||
btnGo_Click ( object sender, EventArgs e ) : void |
public Batch ( String regionDir, String worldName, String dimensionName, bool replace, Object biome1, Object biome2, long worldSeed ) : System | ||
regionDir | String | |
worldName | String | |
dimensionName | String | |
replace | bool | |
biome1 | Object | |
biome2 | Object | |
worldSeed | long | |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool | ||
msg | Message | |
keyData | Keys | |
return | bool |