Package net.runelite.cache
Class UnderlayManager
- java.lang.Object
-
- net.runelite.cache.UnderlayManager
-
- All Implemented Interfaces:
UnderlayProvider
public class UnderlayManager extends Object implements UnderlayProvider
-
-
Constructor Summary
Constructors Constructor Description UnderlayManager(Store store)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<UnderlayDefinition>getUnderlays()voidload()UnderlayDefinitionprovide(int underlayId)
-
-
-
Constructor Detail
-
UnderlayManager
public UnderlayManager(Store store)
-
-
Method Detail
-
load
public void load() throws IOException- Throws:
IOException
-
getUnderlays
public Collection<UnderlayDefinition> getUnderlays()
-
provide
public UnderlayDefinition provide(int underlayId)
- Specified by:
providein interfaceUnderlayProvider
-
-