mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Fix formatting issues due to bad IDE settings
This commit is contained in:
@ -27,19 +27,19 @@ use pocketmine\Player;
|
||||
//TODO: check orientation
|
||||
class Stonecutter extends Solid{
|
||||
|
||||
protected $id = self::STONECUTTER;
|
||||
protected $id = self::STONECUTTER;
|
||||
|
||||
public function __construct($meta = 0){
|
||||
$this->meta = $meta;
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
return "Stonecutter";
|
||||
}
|
||||
public function getName(){
|
||||
return "Stonecutter";
|
||||
}
|
||||
|
||||
public function canBeActivated(){
|
||||
return true;
|
||||
}
|
||||
public function canBeActivated(){
|
||||
return true;
|
||||
}
|
||||
|
||||
public function onActivate(Item $item, Player $player = null){
|
||||
if($player instanceof Player){
|
||||
|
Reference in New Issue
Block a user