this has no business being public

This commit is contained in:
Dylan K. Taylor 2024-12-06 14:55:07 +00:00
parent f93333227c
commit 897816c6bb
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -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)
){}
/**