mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-08-12 14:28:46 +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 $x,
|
||||||
public readonly int $y,
|
public readonly int $y,
|
||||||
public readonly int $z,
|
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