raids: Final fields
This commit is contained in:
@@ -76,8 +76,8 @@ public class RaidsOverlay extends Overlay
|
|||||||
private final ItemManager itemManager;
|
private final ItemManager itemManager;
|
||||||
private final SpriteManager spriteManager;
|
private final SpriteManager spriteManager;
|
||||||
private final PanelComponent panelImages = new PanelComponent();
|
private final PanelComponent panelImages = new PanelComponent();
|
||||||
private Client client;
|
private final Client client;
|
||||||
private RaidsPlugin plugin;
|
private final RaidsPlugin plugin;
|
||||||
@Setter(AccessLevel.PACKAGE)
|
@Setter(AccessLevel.PACKAGE)
|
||||||
private boolean sharable = false;
|
private boolean sharable = false;
|
||||||
@Getter(AccessLevel.PACKAGE)
|
@Getter(AccessLevel.PACKAGE)
|
||||||
|
|||||||
@@ -46,9 +46,9 @@ class RaidsPanel extends PluginPanel
|
|||||||
@Inject
|
@Inject
|
||||||
private RaidsPlugin raidsPlugin;
|
private RaidsPlugin raidsPlugin;
|
||||||
|
|
||||||
private JButton reloadButton = new JButton("Reload Instance");
|
private final JButton reloadButton = new JButton("Reload Instance");
|
||||||
private JButton reloadScouter = new JButton("Reload Raid Overlay");
|
private final JButton reloadScouter = new JButton("Reload Raid Overlay");
|
||||||
private JLabel reloadMessage = new JLabel("<html><center><h3>Instance Reload Helper </h3>Reloading an instance will cause your client to disconnect temporarily.<br></center></html>");
|
private final JLabel reloadMessage = new JLabel("<html><center><h3>Instance Reload Helper </h3>Reloading an instance will cause your client to disconnect temporarily.<br></center></html>");
|
||||||
|
|
||||||
void init()
|
void init()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user