slayer: Final fields
This commit is contained in:
@@ -142,7 +142,7 @@ public class SlayerPlugin extends Plugin
|
|||||||
|
|
||||||
// Superiors
|
// Superiors
|
||||||
@VisibleForTesting
|
@VisibleForTesting
|
||||||
static List<String> SUPERIOR_SLAYER_MONSTERS = Arrays.asList(
|
static final List<String> SUPERIOR_SLAYER_MONSTERS = Arrays.asList(
|
||||||
"crushing hand",
|
"crushing hand",
|
||||||
"chasm crawler",
|
"chasm crawler",
|
||||||
"screaming banshee",
|
"screaming banshee",
|
||||||
@@ -239,10 +239,10 @@ public class SlayerPlugin extends Plugin
|
|||||||
private int cachedPoints;
|
private int cachedPoints;
|
||||||
private Instant infoTimer;
|
private Instant infoTimer;
|
||||||
private List<String> targetNames = new ArrayList<>();
|
private List<String> targetNames = new ArrayList<>();
|
||||||
private List<Integer> targetIds = new ArrayList<>();
|
private final List<Integer> targetIds = new ArrayList<>();
|
||||||
private boolean checkAsTokens = true;
|
private boolean checkAsTokens = true;
|
||||||
|
|
||||||
private List<NPCPresence> lingeringPresences = new ArrayList<>();
|
private final List<NPCPresence> lingeringPresences = new ArrayList<>();
|
||||||
private SlayerXpDropLookup slayerXpDropLookup = null;
|
private SlayerXpDropLookup slayerXpDropLookup = null;
|
||||||
|
|
||||||
private SlayerTaskPanel panel;
|
private SlayerTaskPanel panel;
|
||||||
|
|||||||
Reference in New Issue
Block a user