Rename BlockIds -> BlockLegacyIds

This commit is contained in:
Dylan K. Taylor
2019-03-23 19:46:31 +00:00
parent 79ef8e0803
commit 2a3e6dcf00
83 changed files with 541 additions and 541 deletions

View File

@ -26,6 +26,6 @@ namespace pocketmine\block;
class MelonStem extends Stem{
protected function getPlant() : Block{
return BlockFactory::get(BlockIds::MELON_BLOCK);
return BlockFactory::get(BlockLegacyIds::MELON_BLOCK);
}
}