mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 16:59:44 +00:00
RuntimeBlockMapping: drop useless doc comment
This commit is contained in:
parent
7c192f85e2
commit
3b4e9eea96
@ -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];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user