spellbook: Final fields
This commit is contained in:
@@ -41,9 +41,9 @@ import net.runelite.client.ui.overlay.OverlayPriority;
|
||||
@Singleton
|
||||
public class SpellbookDragOverlay extends Overlay
|
||||
{
|
||||
private SpellbookPlugin plugin;
|
||||
private Client client;
|
||||
private SpriteManager spriteManager;
|
||||
private final SpellbookPlugin plugin;
|
||||
private final Client client;
|
||||
private final SpriteManager spriteManager;
|
||||
|
||||
@Inject
|
||||
private SpellbookDragOverlay(final SpellbookPlugin plugin, final Client client, final SpriteManager spriteManager)
|
||||
|
||||
@@ -129,7 +129,7 @@ public class SpellbookPlugin extends Plugin
|
||||
@Getter
|
||||
private Point draggingLocation;
|
||||
|
||||
private Map<Integer, Spell> spells = new HashMap<>();
|
||||
private final Map<Integer, Spell> spells = new HashMap<>();
|
||||
private Map<Integer, Spell> tmp = null;
|
||||
private ImmutableSet<String> notFilteredSpells;
|
||||
private Spellbook spellbook;
|
||||
|
||||
Reference in New Issue
Block a user