1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-09 17:02:53 +00:00

Teleporter implementation

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-22 02:04:35 -03:00
parent b3ff0795ec
commit 87ce7bb987
31 changed files with 900 additions and 31 deletions

View File

@@ -81,6 +81,16 @@ public interface CharacterService extends Service {
void attack(L2Character character, Actor target)
throws CannotSetTargetServiceException;
/**
* Informs that an given <tt>character</tt> is appearing in the world.
* <p>
* This is normally called after an teleport.
*
* @param character
* the character
*/
void appearing(L2Character character);
/**
* Jails the given <tt>character</tt> for <tt>time</tt> seconds.
*