Removed BlockIdentifierFlattened

this was necessary to inform BlockFactory of how to map blocks with multiple IDs; this is no longer necessary under the revamped system
This commit is contained in:
Dylan K. Taylor
2022-06-24 23:31:05 +01:00
parent 5f7521027e
commit 1bce583cf3
4 changed files with 22 additions and 100 deletions

View File

@ -61,14 +61,6 @@ class BlockIdentifier{
return $this->legacyBlockId;
}
/**
* @deprecated
* @return int[]
*/
public function getAllLegacyBlockIds() : array{
return [$this->legacyBlockId];
}
/**
* @deprecated
*/