From 1d96c1810fac0abcf8ac2e326c7b525f9da2b990 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 3 Jul 2019 19:20:24 +0100 Subject: [PATCH] wtf PhpStorm --- src/pocketmine/block/Block.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/pocketmine/block/Block.php b/src/pocketmine/block/Block.php index 4062d1235..2c21657f2 100644 --- a/src/pocketmine/block/Block.php +++ b/src/pocketmine/block/Block.php @@ -49,7 +49,7 @@ use function assert; use function dechex; use const PHP_INT_MAX; -class Block extends Position implements BlockLegacyIds{ +class Block implements BlockLegacyIds{ /** * Returns a new Block instance with the specified ID, meta and position. @@ -419,13 +419,12 @@ class Block extends Position implements BlockLegacyIds{ } /** + * @internal + * * @param World $world * @param int $x * @param int $y * @param int $z - * - *@internal - * */ final public function position(World $world, int $x, int $y, int $z) : void{ $this->x = $x;