Global ID -> Id rename

This commit is contained in:
Erik Broes
2011-01-15 20:53:43 +01:00
parent ce1247aa2e
commit b8072b8a37
8 changed files with 35 additions and 36 deletions

View File

@@ -34,9 +34,9 @@ public interface Entity {
public void teleportTo(Entity destination);
/**
* Returns a unique ID for this entity
* Returns a unique id for this entity
*
* @return Entity ID
* @return Entity id
*/
public int getEntityID();
public int getEntityId();
}