1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-13 10:42:54 +00:00

Refactored Filters

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-16 15:08:30 -03:00
parent 242616d384
commit df36f9bb32
38 changed files with 322 additions and 80 deletions

View File

@@ -21,7 +21,7 @@ import com.l2jserver.model.world.Player;
import com.l2jserver.model.world.WorldObject;
import com.l2jserver.model.world.capability.Actor;
import com.l2jserver.model.world.capability.Listenable;
import com.l2jserver.model.world.player.PlayerEvent;
import com.l2jserver.model.world.player.event.PlayerEvent;
/**
* Event dispatched once an {@link Item} has been dropped on the ground.

View File

@@ -17,7 +17,7 @@
package com.l2jserver.model.world.item;
import com.l2jserver.model.world.Item;
import com.l2jserver.model.world.event.WorldEvent;
import com.l2jserver.service.game.world.event.WorldEvent;
/**
* Base event for items

View File

@@ -16,7 +16,7 @@
*/
package com.l2jserver.model.world.item;
import com.l2jserver.model.world.event.WorldListener;
import com.l2jserver.service.game.world.event.WorldListener;
/**
* Listener for {@link ItemEvent}