No need for _replacedSkills to be public.
This commit is contained in:
parent
26d118bd37
commit
f88bb58c4a
@ -812,7 +812,7 @@ public class Player extends Playable
|
||||
|
||||
/** Map containing all custom skills of this player. */
|
||||
private Map<Integer, Skill> _customSkills = null;
|
||||
public final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
private final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
|
||||
private volatile int _actionMask;
|
||||
|
||||
|
@ -813,7 +813,7 @@ public class Player extends Playable
|
||||
|
||||
/** Map containing all custom skills of this player. */
|
||||
private Map<Integer, Skill> _customSkills = null;
|
||||
public final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
private final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
|
||||
private volatile int _actionMask;
|
||||
|
||||
|
@ -813,7 +813,7 @@ public class Player extends Playable
|
||||
|
||||
/** Map containing all custom skills of this player. */
|
||||
private Map<Integer, Skill> _customSkills = null;
|
||||
public final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
private final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
|
||||
private volatile int _actionMask;
|
||||
|
||||
|
@ -824,7 +824,7 @@ public class Player extends Playable
|
||||
|
||||
/** Map containing all custom skills of this player. */
|
||||
private Map<Integer, Skill> _customSkills = null;
|
||||
public final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
private final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
|
||||
private volatile int _actionMask;
|
||||
|
||||
|
@ -834,7 +834,7 @@ public class Player extends Playable
|
||||
|
||||
/** Map containing all custom skills of this player. */
|
||||
private Map<Integer, Skill> _customSkills = null;
|
||||
public final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
private final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
|
||||
private final OlympiadFightHistory _olympiadFightHistory = new OlympiadFightHistory(this);
|
||||
|
||||
|
@ -847,7 +847,7 @@ public class Player extends Playable
|
||||
|
||||
/** Map containing all custom skills of this player. */
|
||||
private Map<Integer, Skill> _customSkills = null;
|
||||
public final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
private final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
|
||||
private final OlympiadFightHistory _olympiadFightHistory = new OlympiadFightHistory(this);
|
||||
|
||||
|
@ -850,7 +850,7 @@ public class Player extends Playable
|
||||
|
||||
/** Map containing all custom skills of this player. */
|
||||
private Map<Integer, Skill> _customSkills = null;
|
||||
public final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
private final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
|
||||
private final OlympiadFightHistory _olympiadFightHistory = new OlympiadFightHistory(this);
|
||||
|
||||
|
@ -828,7 +828,7 @@ public class Player extends Playable
|
||||
|
||||
/** Map containing all custom skills of this player. */
|
||||
private Map<Integer, Skill> _customSkills = null;
|
||||
public final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
private final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
|
||||
private volatile int _actionMask;
|
||||
|
||||
|
@ -856,7 +856,7 @@ public class Player extends Playable
|
||||
|
||||
/** Map containing all custom skills of this player. */
|
||||
private Map<Integer, Skill> _customSkills = null;
|
||||
public final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
private final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
|
||||
private volatile int _actionMask;
|
||||
|
||||
|
@ -876,7 +876,7 @@ public class Player extends Playable
|
||||
|
||||
/** Map containing all custom skills of this player. */
|
||||
private Map<Integer, Skill> _customSkills = null;
|
||||
public final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
private final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
|
||||
private volatile int _actionMask;
|
||||
|
||||
|
@ -890,7 +890,7 @@ public class Player extends Playable
|
||||
|
||||
/** Map containing all custom skills of this player. */
|
||||
private Map<Integer, Skill> _customSkills = null;
|
||||
public final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
private final Set<Integer> _replacedSkills = ConcurrentHashMap.newKeySet(1);
|
||||
|
||||
private volatile int _actionMask;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user