No need for _replacedSkills to be public.

This commit is contained in:
MobiusDevelopment 2022-10-04 21:06:12 +00:00
parent 26d118bd37
commit f88bb58c4a
11 changed files with 11 additions and 11 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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);

View File

@ -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);

View File

@ -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);

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;