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

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 * Returns an object containing information about how to identify and store this block type, such as type ID and
* numeric ID(s), tile type (if any), and legacy variant metadata. * tile type (if any).
*/ */
public function getIdInfo() : BlockIdentifier{ public function getIdInfo() : BlockIdentifier{
return $this->idInfo; return $this->idInfo;