L2JPREMIUM  5M
com.premium.game.model.AutoChatHandler Class Reference
Inheritance diagram for com.premium.game.model.AutoChatHandler:
Collaboration diagram for com.premium.game.model.AutoChatHandler:

Classes

class  AutoChatInstance
 

Public Member Functions

AutoChatInstance getAutoChatInstance (int id, boolean byObjectId)
 
void npcSpawned (L2Npc npc)
 
AutoChatInstance registerChat (L2Npc npcInst, String[] chatTexts, int chatDelay)
 
AutoChatInstance registerGlobalChat (int npcId, String[] chatTexts, int chatDelay)
 
void reload ()
 
boolean removeChat (AutoChatInstance chatInst)
 
boolean removeChat (int npcId)
 
void setAutoChatActive (boolean isActive)
 
void setAutoChatActive (int npcId, boolean isActive)
 
int size ()
 

Static Public Member Functions

static AutoChatHandler getInstance ()
 

Protected Attributes

final Map< Integer, AutoChatInstance_registeredChats
 

Static Protected Attributes

static Logger _log = Logger.getLogger(AutoChatHandler.class.getName())
 

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