L2JPREMIUM  5M
com.premium.game.model.actor.listener.CharListenerList Class Reference
Inheritance diagram for com.premium.game.model.actor.listener.CharListenerList:
Collaboration diagram for com.premium.game.model.actor.listener.CharListenerList:

Public Member Functions

 CharListenerList (L2Character paramL2Character)
 
L2Character getActor ()
 
void onAttack (L2Character paramL2Character)
 
void onKill (L2Character paramL2Character)
 
void onMove (Location paramLocation)
 
void onAttackHit (L2Character paramL2Character)
 
void onMagicUse (L2Skill paramL2Skill, L2Character paramL2Character, boolean paramBoolean)
 
void onMagicHit (L2Skill paramL2Skill, L2Character paramL2Character)
 
void onDeath (L2Character paramL2Character)
 
void onKillIgnorePetOrSummon (L2Character paramL2Character)
 
void onCurrentHpDamage (double paramDouble, L2Character paramL2Character, L2Skill paramL2Skill)
 
void onCurrentMpReduce (double paramDouble, L2Character paramL2Character)
 
void onRevive (L2Character paramL2Character)
 

Static Public Member Functions

static final boolean addGlobal (Listener< L2Character > paramListener)
 
static final boolean removeGlobal (Listener< L2Character > paramListener)
 

Protected Attributes

final L2Character actor
 

Static Protected Attributes

static Logger _log = Logger.getLogger(CharListenerList.class)
 

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