Replace all legacy blockID references with BlockIds::

This commit is contained in:
Dylan K. Taylor
2019-03-23 19:36:09 +00:00
parent f84d7ad70d
commit 79ef8e0803
79 changed files with 526 additions and 505 deletions

View File

@ -1803,7 +1803,7 @@ class Level implements ChunkManager, Metadatable{
return false;
}
if($blockClicked->getId() === Block::AIR){
if($blockClicked->getId() === BlockIds::AIR){
return false;
}