C# Class WorldGeneratorDummy, 800Craft-Client

Inheritance: IWorldGenerator
ファイルを表示 Open project: GlennMR/800Craft-Client

Public Methods

Method Description
GetChunk ( int x, int y, int z, int chunksize ) : byte[,,]

Method Details

GetChunk() public method

public GetChunk ( int x, int y, int z, int chunksize ) : byte[,,]
x int
y int
z int
chunksize int
return byte[,,]