mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-08 08:23:11 +00:00
Update assembly descriptor and improves significantly the documentation
Fixes an issue in the assembly descriptor that included older compilation binaries into assemblies. Improved javadoc documentation in more than 150 classes, including fixing mistakes.
This commit is contained in:
@@ -24,13 +24,16 @@ import com.l2jserver.util.exception.L2Exception;
|
||||
/**
|
||||
* Defines an {@link Template} which the player can interact with
|
||||
*
|
||||
* @param <T>
|
||||
* the interable {@link WorldObject} type
|
||||
* @author <a href="http://www.rogiel.com">Rogiel</a>
|
||||
*
|
||||
*/
|
||||
public interface Interactable<T extends WorldObject> extends TemplateCapability {
|
||||
/**
|
||||
* Performs an interaction with this template.
|
||||
*
|
||||
* @param object
|
||||
* the object to interact with
|
||||
* @param character
|
||||
* the interacting character
|
||||
* @param args
|
||||
|
||||
Reference in New Issue
Block a user