public class Heightmap
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Heightmap.Type |
static class |
Heightmap.Usage |
Constructor and Description |
---|
Heightmap(IChunk chunkIn,
Heightmap.Type type) |
Modifier and Type | Method and Description |
---|---|
static void |
func_222690_a(IChunk p_222690_0_,
java.util.Set<Heightmap.Type> p_222690_1_) |
long[] |
getDataArray() |
int |
getHeight(int x,
int z) |
void |
setDataArray(long[] dataIn) |
boolean |
update(int p_202270_1_,
int p_202270_2_,
int p_202270_3_,
BlockState p_202270_4_) |
public Heightmap(IChunk chunkIn, Heightmap.Type type)
public static void func_222690_a(IChunk p_222690_0_, java.util.Set<Heightmap.Type> p_222690_1_)
public boolean update(int p_202270_1_, int p_202270_2_, int p_202270_3_, BlockState p_202270_4_)
public int getHeight(int x, int z)
public void setDataArray(long[] dataIn)
public long[] getDataArray()