资源简介
冒险岛国际服GMS083 单机,源码自编译汉化,部分功能定制。
代码片段和文件信息
/*
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();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1127 2019-12-27 14:26 src\client\AbstractCharacterListener.java
文件 22070 2019-12-27 14:26 src\client\AbstractMapleCharacterob
文件 2992 2019-12-27 14:26 src\client\autoban\AutobanFactory.java
文件 3780 2019-12-27 14:26 src\client\autoban\AutobanManager.java
文件 5849 2019-12-27 14:26 src\client\BuddyList.java
文件 2867 2019-12-27 14:26 src\client\BuddylistEntry.java
文件 1316 2019-12-27 14:26 src\client\CharacterNameAndId.java
文件 1843 2019-12-27 14:26 src\client\command\Command.java
文件 1603 2019-12-27 14:26 src\client\command\commands\gm0\BuyBackCommand.java
文件 1445 2019-12-27 14:26 src\client\command\commands\gm0\ChangeLanguageCommand.java
文件 1605 2019-12-27 14:26 src\client\command\commands\gm0\DisposeCommand.java
文件 1743 2019-12-27 14:26 src\client\command\commands\gm0\DropLimitCommand.java
文件 1564 2019-12-27 14:26 src\client\command\commands\gm0\EnableAuthCommand.java
文件 1286 2019-12-27 14:26 src\client\command\commands\gm0\EquipLvCommand.java
文件 2760 2019-12-27 14:26 src\client\command\commands\gm0\GachaCommand.java
文件 2665 2019-12-27 14:26 src\client\command\commands\gm0\GmCommand.java
文件 1318 2019-12-27 14:26 src\client\command\commands\gm0\HelpCommand.java
文件 2561 2019-12-27 14:26 src\client\command\commands\gm0\JoinEventCommand.java
文件 2014 2019-12-27 14:26 src\client\command\commands\gm0\LeaveEventCommand.java
文件 3073 2019-12-27 14:26 src\client\command\commands\gm0\MapOwnerClaimCommand.java
文件 1842 2019-12-27 14:26 src\client\command\commands\gm0\OnlineCommand.java
文件 1624 2019-12-27 14:26 src\client\command\commands\gm0\RanksCommand.java
文件 2096 2019-12-27 14:26 src\client\command\commands\gm0\RatesCommand.java
文件 1223 2019-12-27 14:26 src\client\command\commands\gm0\ReadPointsCommand.java
文件 2146 2019-12-27 14:26 src\client\command\commands\gm0\ReportBugCommand.java
文件 3582 2019-12-27 14:26 src\client\command\commands\gm0\ShowRatesCommand.java
文件 1308 2019-12-27 14:26 src\client\command\commands\gm0\StaffCommand.java
文件 2029 2019-12-27 14:26 src\client\command\commands\gm0\StatDexCommand.java
文件 2029 2019-12-27 14:26 src\client\command\commands\gm0\StatIntCommand.java
文件 2029 2019-12-27 14:26 src\client\command\commands\gm0\StatLukCommand.java
............此处省略880个文件信息
- 上一篇:微信小程序商城源码:微信在线点餐源码
- 下一篇:安卓BLE-APP源码
评论
共有 条评论