raidsthieving: (Package) private class/method

This commit is contained in:
sdburns1998
2019-07-07 18:17:17 +02:00
parent 78c724f933
commit 529f85b635
2 changed files with 2 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ public class BatSolver
return matchesAll && everMatched;
}
public ThievingRoomType getType()
private ThievingRoomType getType()
{
return solution.getType();
}

View File

@@ -24,7 +24,7 @@
*/
package net.runelite.client.plugins.raidsthieving;
public class RaidsThievingConstants
class RaidsThievingConstants
{
static final int CLOSED_CHEST_ID = 29742;
static final int OPEN_EMPTY_CHEST = 29743;