C# Класс BiomePainter.Batch

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Batch ( String regionDir, String worldName, String dimensionName, bool replace, Object biome1, Object biome2, long worldSeed ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Приватные методы

Метод Описание
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

Описание методов

Batch() публичный Метод

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
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ProcessCmdKey() защищенный Метод

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
Результат bool