Class Heightmap
java.lang.Object
net.minestom.server.instance.heightmap.Heightmap
- Direct Known Subclasses:
MotionBlockingHeightmap, WorldSurfaceHeightmap
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract booleancheckBlock(Block block) intgetHeight(int x, int z) static intgetHighestBlockSection(Chunk chunk) long[]getNBT()voidloadFrom(long[] data) voidrefresh(int startY) voidrefresh(int x, int z, int startY) voidabstract Heightmap.Typetype()
-
Constructor Details
-
Heightmap
-
-
Method Details
-
type
-
checkBlock
-
refresh
-
refresh
public void refresh(int startY) -
refresh
public void refresh(int x, int z, int startY) -
getNBT
public long[] getNBT() -
loadFrom
public void loadFrom(long[] data) -
getHeight
public int getHeight(int x, int z) -
getHighestBlockSection
-