Package net.runelite.cache
Class OverlayManager
- java.lang.Object
-
- net.runelite.cache.OverlayManager
-
- All Implemented Interfaces:
OverlayProvider
public class OverlayManager extends Object implements OverlayProvider
-
-
Constructor Summary
Constructors Constructor Description OverlayManager(Store store)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<OverlayDefinition>getOverlays()voidload()OverlayDefinitionprovide(int overlayId)
-
-
-
Constructor Detail
-
OverlayManager
public OverlayManager(Store store)
-
-
Method Detail
-
load
public void load() throws IOException- Throws:
IOException
-
getOverlays
public Collection<OverlayDefinition> getOverlays()
-
provide
public OverlayDefinition provide(int overlayId)
- Specified by:
providein interfaceOverlayProvider
-
-