Remove deprecated things

This commit is contained in:
Dylan K. Taylor
2018-02-27 11:59:16 +00:00
parent f903dbfe00
commit f0535df96d
10 changed files with 0 additions and 114 deletions

View File

@ -1123,16 +1123,6 @@ class Level implements ChunkManager, Metadatable{
}
}
/**
* @deprecated This method will be removed in the future due to misleading/ambiguous name. Use {@link Level#scheduleDelayedBlockUpdate} instead.
*
* @param Vector3 $pos
* @param int $delay
*/
public function scheduleUpdate(Vector3 $pos, int $delay){
$this->scheduleDelayedBlockUpdate($pos, $delay);
}
/**
* Schedules a block update to be executed after the specified number of ticks.
* Blocks will be updated with the scheduled update type.