public interface TileData
Modifier and Type | Method and Description |
---|---|
void |
close() |
byte[] |
getTile(int z,
int c,
int t,
int x,
int y,
int w,
int h) |
void |
setTile(byte[] buffer,
int z,
int c,
int t,
int x,
int y,
int w,
int h) |