mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-18 15:05:56 +00:00
this has no business being public
This commit is contained in:
parent
f93333227c
commit
897816c6bb
@ -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)
|
||||
){}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user