public class Chunk extends Object
| Constructor and Description |
|---|
Chunk(int x,
int z) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChunk(Chunk other) |
Material |
get(int x,
int y,
int z) |
int |
getX() |
int |
getZ() |
void |
set(int x,
int y,
int z,
Material type) |