mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
RuntimeBlockMapping: drop useless doc comment
This commit is contained in:
@ -139,9 +139,6 @@ final class RuntimeBlockMapping{
|
||||
return $this->legacyToRuntimeMap[$internalStateId] ?? $this->legacyToRuntimeMap[BlockLegacyIds::INFO_UPDATE << 4];
|
||||
}
|
||||
|
||||
/**
|
||||
* @return int
|
||||
*/
|
||||
public function fromRuntimeId(int $runtimeId) : int{
|
||||
return $this->runtimeToLegacyMap[$runtimeId];
|
||||
}
|
||||
|
Reference in New Issue
Block a user