Package l2p.debug

Examples of l2p.debug.StatsLimitDebugger


    _functions = emptyFuncs;
    if(character.isPlayable() || !stat.isLimitOnlyPlayable())
    {
      if(Config.DEBUG_STAT_LIMITS && character.isPlayer())
      {
        addListener(new StatsLimitDebugger(stat));
      }
    }
    if(stat == Stats.MAX_MP || stat == Stats.MAX_HP || stat == Stats.MAX_CP)
    {
      addListener(new MaxHpMpCpListener(stat));
View Full Code Here

TOP

Related Classes of l2p.debug.StatsLimitDebugger

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.