L2JPREMIUM  5M
com.premium.game.manager.FortManager Class Reference
Collaboration diagram for com.premium.game.manager.FortManager:

Public Member Functions

 FortManager (Fort fort)
 
void despawnNpcCommanders ()
 
void despawnSpecialEnvoys ()
 
void despawnSuspiciousMerchant ()
 
final int findNearestFortIndex (L2Object obj)
 
int getEnvoyCastle (int npcId)
 
final Fort getFort ()
 
final Fort getFort (int x, int y, int z)
 
final Fort getFort (L2Object activeObject)
 
final Fort getFort (String name)
 
final Fort getFortById (int fortId)
 
final Fort getFortByOwner (L2Clan clan)
 
final int getFortIndex (int fortId)
 
final int getFortIndex (int x, int y, int z)
 
final int getFortIndex (L2Object activeObject)
 
final List< FortgetForts ()
 
void spawnNpcCommanders ()
 
void spawnSpecialEnvoys ()
 
void spawnSuspiciousMerchant ()
 

Static Public Member Functions

static final FortManager getInstance ()
 

Protected Attributes

Map< Integer, Integer > _envoyCastles = new HashMap<>()
 
Map< Integer, List< L2Spawn > > _npcCommanders = new HashMap<>()
 
Map< Integer, List< L2Spawn > > _siegeNpcs = new HashMap<>()
 
Map< Integer, List< L2Spawn > > _specialEnvoys = new HashMap<>()
 
List< L2Spawn_npcCommandersSpawns
 
List< L2Spawn_siegeNpcsSpawns
 
List< L2Spawn_specialEnvoysSpawns
 
int _respawnTime
 

Static Protected Attributes

static final Logger _log = Logger.getLogger(FortManager.class.getName())
 

The documentation for this class was generated from the following file: