1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-13 02:32:51 +00:00

Completed documentation

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-14 13:27:28 -03:00
parent e9c6f1b027
commit 4b9d52e724
56 changed files with 716 additions and 26 deletions

View File

@@ -8,6 +8,9 @@ import com.l2jserver.model.id.ObjectID;
* @author Rogiel
*/
public abstract class AbstractObject implements WorldObject {
/**
* The {@link ObjectID}
*/
protected ObjectID<?> id;
public ObjectID<?> getID() {