Package net.runelite.cache
Class HeightMapDumper
- java.lang.Object
-
- net.runelite.cache.HeightMapDumper
-
public class HeightMapDumper extends Object
-
-
Constructor Summary
Constructors Constructor Description HeightMapDumper(Store store)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BufferedImagedrawHeightMap(int z)voidload(KeyProvider keyProvider)
-
-
-
Constructor Detail
-
HeightMapDumper
public HeightMapDumper(Store store)
-
-
Method Detail
-
load
public void load(KeyProvider keyProvider) throws IOException
- Throws:
IOException
-
drawHeightMap
public BufferedImage drawHeightMap(int z)
-
-