strip extra blank lines (php-cs-fixer)

This commit is contained in:
Dylan K. Taylor
2020-01-22 14:50:29 +00:00
parent 9cd6b3e1c7
commit f624871b3f
193 changed files with 0 additions and 243 deletions

View File

@ -1104,7 +1104,6 @@ class Level implements ChunkManager, Metadatable{
$entity->scheduleUpdate();
}
foreach($chunk->getSubChunks() as $Y => $subChunk){
if(!($subChunk instanceof EmptySubChunk)){
$k = mt_rand(0, 0xfffffffff); //36 bits
@ -1247,7 +1246,6 @@ class Level implements ChunkManager, Metadatable{
}
}
return $collides;
}
@ -1900,7 +1898,6 @@ class Level implements ChunkManager, Metadatable{
}
}
if($player !== null){
$ev = new BlockPlaceEvent($player, $hand, $blockReplace, $blockClicked, $item);
if($this->checkSpawnProtection($player, $blockClicked)){
@ -2054,7 +2051,6 @@ class Level implements ChunkManager, Metadatable{
return $currentTarget;
}
/**
* Returns a list of the Tile entities in this level
*