Block: correct documentation for getIdInfo() on PM5

This commit is contained in:
Dylan K. Taylor 2022-09-24 18:14:18 +01:00
parent 9295afe8b9
commit ab0202ba29
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -77,8 +77,8 @@ class Block{
}
/**
* Returns an object containing information about how to identify and store this block type, such as its legacy
* numeric ID(s), tile type (if any), and legacy variant metadata.
* Returns an object containing information about how to identify and store this block type, such as type ID and
* tile type (if any).
*/
public function getIdInfo() : BlockIdentifier{
return $this->idInfo;