mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 03:51:37 +00:00
this has no business being public
This commit is contained in:
@@ -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)
|
||||
){}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user