freezetimers: (Package) private class/method
This commit is contained in:
@@ -257,7 +257,7 @@ public class FreezeTimersOverlay extends Overlay
|
||||
xOffset);
|
||||
}
|
||||
|
||||
public void renderImageLocation(Graphics2D graphics, Point imgLoc, BufferedImage image)
|
||||
private void renderImageLocation(Graphics2D graphics, Point imgLoc, BufferedImage image)
|
||||
{
|
||||
int x = imgLoc.getX();
|
||||
int y = imgLoc.getY();
|
||||
|
||||
@@ -162,7 +162,7 @@ public class FreezeTimersPlugin extends Plugin
|
||||
this.remove(player);
|
||||
}
|
||||
|
||||
public void remove(Actor actor)
|
||||
private void remove(Actor actor)
|
||||
{
|
||||
freezes.remove(actor.getName());
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@ import net.runelite.api.Player;
|
||||
|
||||
@Slf4j
|
||||
@Singleton
|
||||
public class PrayerTracker
|
||||
class PrayerTracker
|
||||
{
|
||||
|
||||
@Inject
|
||||
|
||||
@@ -31,7 +31,7 @@ import net.runelite.api.Actor;
|
||||
|
||||
@Slf4j
|
||||
@Singleton
|
||||
public class Timers
|
||||
class Timers
|
||||
{
|
||||
private Map<Actor, HashMap<TimerType, Long>> timerMap = new HashMap<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user