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

@@ -21,9 +21,9 @@ public class BlockPhysicsEvent extends BlockEvent {
/**
* Gets the type of block that changed, causing this event
*
* @return Changed block's type ID
* @return Changed block's type id
*/
public int getChangedTypeID() {
public int getChangedTypeId() {
return changed;
}