mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
strip extra blank lines (php-cs-fixer)
This commit is contained in:
@ -44,13 +44,10 @@ abstract class Biome{
|
||||
|
||||
public const ICE_PLAINS = 12;
|
||||
|
||||
|
||||
public const SMALL_MOUNTAINS = 20;
|
||||
|
||||
|
||||
public const BIRCH_FOREST = 27;
|
||||
|
||||
|
||||
public const MAX_BIOMES = 256;
|
||||
|
||||
/** @var Biome[]|\SplFixedArray */
|
||||
@ -96,7 +93,6 @@ abstract class Biome{
|
||||
|
||||
self::register(self::ICE_PLAINS, new IcePlainsBiome());
|
||||
|
||||
|
||||
self::register(self::SMALL_MOUNTAINS, new SmallMountainsBiome());
|
||||
|
||||
self::register(self::BIRCH_FOREST, new ForestBiome(TreeType::BIRCH()));
|
||||
|
@ -23,7 +23,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\world\biome;
|
||||
|
||||
|
||||
class DesertBiome extends SandyBiome{
|
||||
|
||||
public function __construct(){
|
||||
|
@ -23,7 +23,6 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\world\biome;
|
||||
|
||||
|
||||
class SmallMountainsBiome extends MountainsBiome{
|
||||
|
||||
public function __construct(){
|
||||
|
Reference in New Issue
Block a user