Method | Description | |
---|---|---|
SetDifficulty ( sbyte difficulty ) : void | ||
SetDimension ( int dimension ) : void | ||
SetHeight ( byte height ) : void | ||
SetLevelType ( string type ) : void | ||
SetSeed ( long seed ) : void | ||
SetSpawn ( Microsoft.Xna.Framework.Vector3 spawn ) : void | ||
SetSpawn ( int x, int y, int z ) : void | ||
World ( long seed, string type = null, int dimension, sbyte difficulty, byte height ) : Microsoft.Xna.Framework |
public SetDifficulty ( sbyte difficulty ) : void | ||
difficulty | sbyte | |
return | void |
public SetSpawn ( Microsoft.Xna.Framework.Vector3 spawn ) : void | ||
spawn | Microsoft.Xna.Framework.Vector3 | |
return | void |
public SetSpawn ( int x, int y, int z ) : void | ||
x | int | |
y | int | |
z | int | |
return | void |
public World ( long seed, string type = null, int dimension, sbyte difficulty, byte height ) : Microsoft.Xna.Framework | ||
seed | long | |
type | string | |
dimension | int | |
difficulty | sbyte | |
height | byte | |
return | Microsoft.Xna.Framework |