mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-09 17:02:53 +00:00
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user