C# Class Sharpcraft.Library.Minecraft.World

Afficher le fichier Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public SetDifficulty ( sbyte difficulty ) : void
difficulty sbyte
Résultat void

SetDimension() public méthode

public SetDimension ( int dimension ) : void
dimension int
Résultat void

SetHeight() public méthode

public SetHeight ( byte height ) : void
height byte
Résultat void

SetLevelType() public méthode

public SetLevelType ( string type ) : void
type string
Résultat void

SetSeed() public méthode

public SetSeed ( long seed ) : void
seed long
Résultat void

SetSpawn() public méthode

public SetSpawn ( Microsoft.Xna.Framework.Vector3 spawn ) : void
spawn Microsoft.Xna.Framework.Vector3
Résultat void

SetSpawn() public méthode

public SetSpawn ( int x, int y, int z ) : void
x int
y int
z int
Résultat void

World() public méthode

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
Résultat Microsoft.Xna.Framework