raidsthieving: (Package) private class/method
This commit is contained in:
@@ -101,7 +101,7 @@ public class BatSolver
|
|||||||
return matchesAll && everMatched;
|
return matchesAll && everMatched;
|
||||||
}
|
}
|
||||||
|
|
||||||
public ThievingRoomType getType()
|
private ThievingRoomType getType()
|
||||||
{
|
{
|
||||||
return solution.getType();
|
return solution.getType();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
*/
|
*/
|
||||||
package net.runelite.client.plugins.raidsthieving;
|
package net.runelite.client.plugins.raidsthieving;
|
||||||
|
|
||||||
public class RaidsThievingConstants
|
class RaidsThievingConstants
|
||||||
{
|
{
|
||||||
static final int CLOSED_CHEST_ID = 29742;
|
static final int CLOSED_CHEST_ID = 29742;
|
||||||
static final int OPEN_EMPTY_CHEST = 29743;
|
static final int OPEN_EMPTY_CHEST = 29743;
|
||||||
|
|||||||
Reference in New Issue
Block a user