Rename BlockFactory::fromFullBlock() -> BlockFactory::fromStateId()

This commit is contained in:
Dylan K. Taylor
2022-07-05 13:46:19 +01:00
parent a059d03b37
commit 0a23e91329
12 changed files with 25 additions and 25 deletions

View File

@@ -90,7 +90,7 @@ class FallingBlock extends Entity{
throw new SavedDataLoadingException($e->getMessage(), 0, $e);
}
return $factory->fromFullBlock($blockStateId);
return $factory->fromStateId($blockStateId);
}
public function canCollideWith(Entity $entity) : bool{