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