Fix checkstyle errors
This commit is contained in:
@@ -2,8 +2,8 @@ package net.runelite.rs.api;
|
|||||||
|
|
||||||
import net.runelite.mapping.Import;
|
import net.runelite.mapping.Import;
|
||||||
|
|
||||||
public interface RSFrameProvider {
|
public interface RSFrameProvider
|
||||||
|
{
|
||||||
@Import("js5Port")
|
@Import("js5Port")
|
||||||
int getJs5Port();
|
int getJs5Port();
|
||||||
|
|
||||||
|
|||||||
@@ -2,12 +2,11 @@ package net.runelite.rs.api;
|
|||||||
|
|
||||||
import net.runelite.mapping.Import;
|
import net.runelite.mapping.Import;
|
||||||
|
|
||||||
public interface RSMinimapRenderer {
|
public interface RSMinimapRenderer
|
||||||
|
{
|
||||||
@Import("cacheParentPaths")
|
@Import("cacheParentPaths")
|
||||||
String[] getCacheParentPaths();
|
String[] getCacheParentPaths();
|
||||||
|
|
||||||
@Import("cacheParentPaths")
|
@Import("cacheParentPaths")
|
||||||
void setCacheParentPaths(String[] cacheParentPaths);
|
void setCacheParentPaths(String[] cacheParentPaths);
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -2,12 +2,11 @@ package net.runelite.rs.api;
|
|||||||
|
|
||||||
import net.runelite.mapping.Import;
|
import net.runelite.mapping.Import;
|
||||||
|
|
||||||
public interface RSTimer {
|
public interface RSTimer
|
||||||
|
{
|
||||||
@Import("cacheSubPaths")
|
@Import("cacheSubPaths")
|
||||||
String[] getCacheSubPaths();
|
String[] getCacheSubPaths();
|
||||||
|
|
||||||
@Import("cacheSubPaths")
|
@Import("cacheSubPaths")
|
||||||
void setCacheSubPaths(String[] cacheSubPaths);
|
void setCacheSubPaths(String[] cacheSubPaths);
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user