diff --git a/src/network/mcpe/convert/RuntimeBlockMapping.php b/src/network/mcpe/convert/RuntimeBlockMapping.php index 3f17ebd1e..1de7e60e3 100644 --- a/src/network/mcpe/convert/RuntimeBlockMapping.php +++ b/src/network/mcpe/convert/RuntimeBlockMapping.php @@ -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]; }