public class HeightmapChunk
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HeightmapChunk.Type |
| Constructor and Description |
|---|
HeightmapChunk(short[] heightmapSurface,
short[] heightmapOcean,
short[] heightmapFloor,
short[] heightmapStructure) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight(int x,
int z,
HeightmapChunk.Type type) |
public HeightmapChunk(short[] heightmapSurface,
short[] heightmapOcean,
short[] heightmapFloor,
short[] heightmapStructure)
public int getHeight(int x,
int z,
HeightmapChunk.Type type)