mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 08:56:15 +00:00
Block: correct documentation for getIdInfo() on PM5
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user