资源简介

冒险岛国际服083 自汉化 个人汉化了字符可以 中文名字 Personal Chinese characters can be Chinese names)

资源截图

代码片段和文件信息

/*
    This file is part of the HeavenMS MapleStory Server
    Copyleft (L) 2016 - 2019 RonanLana

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as
    published by the Free Software Foundation version 3 as published by
    the Free Software Foundation. You may not use modify or distribute
    this program under any other version of the GNU Affero General Public
    License.

    This program is distributed in the hope that it will be useful
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with this program.  If not see .
*/
package client;

/**
 *
 * @author Ronan
 */
public interface AbstractCharacterListener {
    public void onHpChanged(int oldHp);
    public void onHpmpPoolUpdate();
    public void onStatUpdate();
    public void onAnnounceStatPoolUpdate();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2020-04-16 01:46  src\
     目录           0  2020-04-16 01:46  src\client\
     文件        1127  2020-04-16 01:46  src\client\AbstractCharacterListener.java
     文件       22070  2020-04-16 01:46  src\client\AbstractMapleCharacterobject.java
     文件        5849  2020-04-16 01:46  src\client\BuddyList.java
     文件        2867  2020-04-16 01:46  src\client\BuddylistEntry.java
     文件        1316  2020-04-16 01:46  src\client\CharacterNameAndId.java
     文件        4443  2020-04-16 01:46  src\client\MapleBuffStat.java
     文件      424143  2020-04-16 01:46  src\client\MapleCharacter.java
     文件       55227  2020-04-16 01:46  src\client\MapleClient.java
     文件        2649  2020-04-16 01:46  src\client\MapleDisease.java
     文件        1241  2020-04-16 01:46  src\client\MapleDiseaseValueHolder.java
     文件       12278  2020-04-16 01:46  src\client\MapleFamily.java
     文件        2907  2020-04-16 01:46  src\client\MapleFamilyEntitlement.java
     文件       21078  2020-04-16 01:46  src\client\MapleFamilyEntry.java
     文件        4270  2020-04-16 01:46  src\client\MapleJob.java
     文件        3141  2020-04-16 01:46  src\client\MapleMount.java
     文件        7321  2020-04-16 01:46  src\client\MapleQuestStatus.java
     文件        6428  2020-04-16 01:46  src\client\MapleRing.java
     文件        1472  2020-04-16 01:46  src\client\MapleSkinColor.java
     文件        3376  2020-04-16 01:46  src\client\MapleStat.java
     文件        8569  2020-04-16 01:46  src\client\MonsterBook.java
     文件        2599  2020-04-16 01:46  src\client\Skill.java
     文件       16208  2020-04-16 01:46  src\client\SkillFactory.java
     文件        2027  2020-04-16 01:46  src\client\SkillMacro.java
     目录           0  2020-04-16 01:46  src\client\autoban\
     文件        2992  2020-04-16 01:46  src\client\autoban\AutobanFactory.java
     文件        3780  2020-04-16 01:46  src\client\autoban\AutobanManager.java
     目录           0  2020-04-16 01:46  src\client\command\
     文件        1843  2020-04-16 01:46  src\client\command\Command.java
     文件       18355  2020-04-16 02:08  src\client\command\CommandsExecutor.java
............此处省略877个文件信息

评论

共有 条评论