Removed a bunch of TODO and fixed item drops on block update

This commit is contained in:
Shoghi Cervantes
2014-10-13 18:54:34 +02:00
parent 1eec333501
commit b26ee09f76
14 changed files with 26 additions and 131 deletions

View File

@ -1151,7 +1151,7 @@ abstract class Entity extends Position implements Metadatable{
return false;
}
public function getID(){
public function getId(){
return $this->id;
}