whalewatchers: Final fields
This commit is contained in:
@@ -28,8 +28,8 @@ import net.runelite.client.ui.overlay.components.TitleComponent;
|
||||
@Singleton
|
||||
public class WhaleWatchersGloryOverlay extends Overlay
|
||||
{
|
||||
private WhaleWatchersPlugin plugin;
|
||||
private PanelComponent panelComponent;
|
||||
private final WhaleWatchersPlugin plugin;
|
||||
private final PanelComponent panelComponent;
|
||||
|
||||
@Inject
|
||||
private ItemManager itemManager;
|
||||
|
||||
@@ -31,9 +31,9 @@ import net.runelite.client.ui.overlay.components.TitleComponent;
|
||||
@Singleton
|
||||
public class WhaleWatchersOverlay extends Overlay
|
||||
{
|
||||
private Client client;
|
||||
private WhaleWatchersPlugin plugin;
|
||||
private PanelComponent panelComponent;
|
||||
private final Client client;
|
||||
private final WhaleWatchersPlugin plugin;
|
||||
private final PanelComponent panelComponent;
|
||||
private String lastOpponent = "-";
|
||||
|
||||
|
||||
|
||||
@@ -34,8 +34,8 @@ import net.runelite.client.ui.overlay.OverlayUtil;
|
||||
public class WhaleWatchersProtOverlay extends Overlay
|
||||
{
|
||||
|
||||
private Client client;
|
||||
private WhaleWatchersPlugin plugin;
|
||||
private final Client client;
|
||||
private final WhaleWatchersPlugin plugin;
|
||||
|
||||
@Inject
|
||||
public WhaleWatchersProtOverlay(final Client client, final WhaleWatchersPlugin plugin)
|
||||
|
||||
@@ -28,8 +28,8 @@ import net.runelite.client.ui.overlay.components.TitleComponent;
|
||||
@Singleton
|
||||
public class WhaleWatchersSmiteableOverlay extends Overlay
|
||||
{
|
||||
private WhaleWatchersPlugin plugin;
|
||||
private PanelComponent panelComponent;
|
||||
private final WhaleWatchersPlugin plugin;
|
||||
private final PanelComponent panelComponent;
|
||||
|
||||
|
||||
@Inject
|
||||
|
||||
Reference in New Issue
Block a user