C# Class BiomePainter.Batch

Show file Open project: mblaine/BiomePainter Class Usage Examples

Public Methods

Method Description
Batch ( String regionDir, String worldName, String dimensionName, bool replace, Object biome1, Object biome2, long worldSeed ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

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

Method Details

Batch() public method

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

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ProcessCmdKey() protected method

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
return bool