Ejemplo n.º 1
0
 public function __construct($meta = 0)
 {
     parent::__construct(IRON_DOOR_BLOCK, $meta, "Iron Door Block");
     //$this->isActivable = true;
     $this->hardness = 25;
 }
Ejemplo n.º 2
0
 public function __construct($meta = 0)
 {
     parent::__construct(WOOD_DOOR_BLOCK, $meta, "Wood Door Block");
     $this->isActivable = true;
     $this->hardness = 15;
 }