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 |
public static GetChunk ( IChunkDb db, int x, int y, int z ) : byte[] | ||
db | IChunkDb | |
x | int | |
y | int | |
z | int | |
Résultat | byte[] |
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 |