mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 15:36:08 +00:00
Who put this here?
This commit is contained in:
@@ -29,6 +29,10 @@ class NetherBrickStairs extends Stair{
|
|||||||
|
|
||||||
protected $id = self::NETHER_BRICK_STAIRS;
|
protected $id = self::NETHER_BRICK_STAIRS;
|
||||||
|
|
||||||
|
public function __construct(int $meta = 0){
|
||||||
|
$this->meta = $meta;
|
||||||
|
}
|
||||||
|
|
||||||
public function getName() : string{
|
public function getName() : string{
|
||||||
return "Nether Brick Stairs";
|
return "Nether Brick Stairs";
|
||||||
}
|
}
|
||||||
@@ -41,8 +45,4 @@ class NetherBrickStairs extends Stair{
|
|||||||
return Tool::TYPE_PICKAXE;
|
return Tool::TYPE_PICKAXE;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function __construct(int $meta = 0){
|
|
||||||
$this->meta = $meta;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user