mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Position: rename getWorldNonNull() to getWorld(), remove original getWorld()
This commit is contained in:
@ -38,7 +38,7 @@ class ConcretePowder extends Opaque implements Fallable{
|
||||
|
||||
public function onNearbyBlockChange() : void{
|
||||
if(($block = $this->checkAdjacentWater()) !== null){
|
||||
$this->pos->getWorldNonNull()->setBlock($this->pos, $block);
|
||||
$this->pos->getWorld()->setBlock($this->pos, $block);
|
||||
}else{
|
||||
$this->startFalling();
|
||||
}
|
||||
|
Reference in New Issue
Block a user