mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-13 15:05:33 +00:00
Who put this here?
This commit is contained in:
parent
a7ad26426f
commit
384a4b3a09
@ -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;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user