Fix formatting issues due to bad IDE settings

This commit is contained in:
Shoghi Cervantes
2014-12-07 16:30:04 +01:00
parent bb82e7be50
commit 747f7685e7
191 changed files with 1315 additions and 1304 deletions

View File

@ -26,27 +26,27 @@ use pocketmine\math\AxisAlignedBB;
class EndPortalFrame extends Solid{
protected $id = self::END_PORTAL_FRAME;
protected $id = self::END_PORTAL_FRAME;
public function __construct($meta = 0){
$this->meta = $meta;
$this->meta = $meta;
}
public function getLightLevel(){
return 1;
}
public function getLightLevel(){
return 1;
}
public function getName(){
return "End Portal Frame";
}
public function getName(){
return "End Portal Frame";
}
public function getHardness(){
return 18000000;
}
public function getHardness(){
return 18000000;
}
public function isBreakable(Item $item){
return false;
}
public function isBreakable(Item $item){
return false;
}
protected function recalculateBoundingBox(){