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