Global ID -> Id rename

By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
Bukkit/Spigot
2011-01-15 20:53:43 +01:00
parent 4d7b10c59d
commit 550e518848
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();
}