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

Update project files for Eclipse Indigo (1.7)

This commit is contained in:
2011-09-13 17:04:49 -03:00
parent ed702f7ab0
commit 8a8557606f
14 changed files with 117 additions and 65 deletions

View File

@@ -24,6 +24,7 @@ import com.l2jserver.model.world.Item;
import com.l2jserver.model.world.L2Character;
import com.l2jserver.model.world.NPC;
import com.l2jserver.service.Service;
import com.l2jserver.service.ServiceConfiguration;
/**
* Service that loads {@link L2Character}, {@link NPC}, {@link Item} and
@@ -36,6 +37,9 @@ import com.l2jserver.service.Service;
* @author <a href="http://www.rogiel.com">Rogiel</a>
*/
public interface TemplateService extends Service {
public interface TemplateServiceConfiguration extends ServiceConfiguration {
}
/**
* Get the template assigned with <tt>id</tt>
*