From 897816c6bb56e42e0a9f98c80a294a93ee9e1792 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 6 Dec 2024 14:55:07 +0000 Subject: [PATCH] this has no business being public --- src/block/BlockPosition.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/block/BlockPosition.php b/src/block/BlockPosition.php index 232a717d8..c76312c60 100644 --- a/src/block/BlockPosition.php +++ b/src/block/BlockPosition.php @@ -35,7 +35,7 @@ final class BlockPosition implements \Stringable{ public readonly int $x, public readonly int $y, public readonly int $z, - public ?World $world //TODO: make this non-nullable (requires Blocks not to reference positions) + private ?World $world //TODO: make this non-nullable (requires Blocks not to reference positions) ){} /**