public class PhantomPlayers
{
private static final Logger _log= LoggerFactory.getLogger(PhantomPlayers.class.getName());
private static String _phantomAcc = Config.PHANTOM_PLAYERS_AKK;
private static int _PhantomsCount = 0;
private static int _PhantomsLimit = 0;
private static int _setsCountClan = 0;
private volatile int _PhantomsTownTotal = 0;
private static int _nameColCount = 0;
private static int _titleColCount = 0;
private static FastTable<Integer> _nameColors = new FastTable<Integer>();
private static FastTable<Integer> _titleColors = new FastTable<Integer>();
private static PhantomPlayers _instance;
private static int _locsCount = 0;
private static FastTable<Location> _PhantomsTownLoc = new FastTable<Location>();
private static FastMap<Integer, L2Fantome> _phantoms = new FastMap<Integer, L2Fantome>();
private static int _PhantomsEnchPhsCount = 0;
private static FastTable<String> _PhantomsEnchPhrases = new FastTable<String>();
private static int _PhantomsLastPhsCount = 0;
private static FastTable<String> _PhantomsLastPhrases = new FastTable<String>();
private static FastTable<String> _PrivateStoreText = new FastTable<String>();
private static int _PrivateStoreTextCount = 0;