Remove more static imports
This commit is contained in:
@@ -1,12 +1,3 @@
|
|||||||
package net.runelite.rs.api;
|
package net.runelite.rs.api;
|
||||||
|
|
||||||
import net.runelite.mapping.Import;
|
public interface RSMinimapRenderer {}
|
||||||
|
|
||||||
public interface RSMinimapRenderer
|
|
||||||
{
|
|
||||||
@Import("cacheParentPaths")
|
|
||||||
String[] getCacheParentPaths();
|
|
||||||
|
|
||||||
@Import("cacheParentPaths")
|
|
||||||
void setCacheParentPaths(String[] cacheParentPaths);
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user