public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::DIAMOND_BOOTS, $meta, $count, "Diamond Boots");
 }
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::DIAMOND_LEGGINGS, $meta, $count, "Diamond Leggings");
 }
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::CHAIN_LEGGINGS, $meta, $count, "Chain Leggings");
 }
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::IRON_CHESTPLATE, $meta, $count, "Iron Chestplate");
 }
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::DIAMOND_CHESTPLATE, $meta, $count, "Diamond Chestplate");
 }
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::GOLD_LEGGINGS, $meta, $count, "Gold Leggings");
 }
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::GOLD_BOOTS, $meta, $count, "Gold Boots");
 }
Exemple #8
0
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::IRON_LEGGINGS, $meta, $count, "Iron Leggings");
 }
Exemple #9
0
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::LEATHER_PANTS, $meta, $count, "Leather Pants");
 }
Exemple #10
0
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::IRON_BOOTS, $meta, $count, "Iron Boots");
 }
Exemple #11
0
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::GOLD_HELMET, $meta, $count, "Gold Helmet");
 }
Exemple #12
0
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::LEATHER_CAP, $meta, $count, "Leather Cap");
 }
Exemple #13
0
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::LEATHER_TUNIC, $meta, $count, "Leather Tunic");
 }
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::DIAMOND_HELMET, $meta, $count, "Diamond Helmet");
 }
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::GOLD_CHESTPLATE, $meta, $count, "Gold Chestplate");
 }
Exemple #16
0
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::CHAIN_HELMET, $meta, $count, "Chainmail Helmet");
 }
Exemple #17
0
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::IRON_HELMET, $meta, $count, "Iron Helmet");
 }
Exemple #18
0
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::CHAIN_BOOTS, $meta, $count, "Chainmail Boots");
 }