C# Class GameModeFortress.ChunkDb

Show file Open project: henon/manic_digger

Public Methods

Method Description
GetChunk ( IChunkDb db, int x, int y, int z ) : byte[]
SetChunk ( IChunkDb db, int x, int y, int z, byte c ) : void

Method Details

GetChunk() public static method

public static GetChunk ( IChunkDb db, int x, int y, int z ) : byte[]
db IChunkDb
x int
y int
z int
return byte[]

SetChunk() public static method

public static SetChunk ( IChunkDb db, int x, int y, int z, byte c ) : void
db IChunkDb
x int
y int
z int
c byte
return void