diff --git a/src/block/Block.php b/src/block/Block.php index 228684896..24a5d917f 100644 --- a/src/block/Block.php +++ b/src/block/Block.php @@ -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;