Added API method Block->getItemId(), cleaned up excess wooden stairs and fence-gate classes, added more wooden door types

This commit is contained in:
Dylan K. Taylor
2017-08-04 13:02:24 +01:00
parent 561d8e7a39
commit 3135fe3c69
16 changed files with 87 additions and 431 deletions

View File

@ -31,16 +31,6 @@ use pocketmine\Player;
class FenceGate extends Transparent{
protected $id = self::FENCE_GATE;
public function __construct($meta = 0){
$this->meta = $meta;
}
public function getName(){
return "Oak Fence Gate";
}
public function getHardness(){
return 2;
}