C# Class GameModeFortress.ChunkDb

Afficher le fichier Open project: henon/manic_digger

Méthodes publiques

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

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

SetChunk() public static méthode

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