C# Class Sharpcraft.Library.Minecraft.World

Show file Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Methods

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

Method Details

SetDifficulty() public method

public SetDifficulty ( sbyte difficulty ) : void
difficulty sbyte
return void

SetDimension() public method

public SetDimension ( int dimension ) : void
dimension int
return void

SetHeight() public method

public SetHeight ( byte height ) : void
height byte
return void

SetLevelType() public method

public SetLevelType ( string type ) : void
type string
return void

SetSeed() public method

public SetSeed ( long seed ) : void
seed long
return void

SetSpawn() public method

public SetSpawn ( Microsoft.Xna.Framework.Vector3 spawn ) : void
spawn Microsoft.Xna.Framework.Vector3
return void

SetSpawn() public method

public SetSpawn ( int x, int y, int z ) : void
x int
y int
z int
return void

World() public method

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