메소드 | 설명 | |
---|---|---|
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 SetSpawn ( Microsoft.Xna.Framework.Vector3 spawn ) : void | ||
spawn | Microsoft.Xna.Framework.Vector3 | |
리턴 | 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 | |
리턴 | Microsoft.Xna.Framework |