コード例 #1
0
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::DIAMOND_BOOTS, $meta, $count, "Diamond Boots");
 }
コード例 #2
0
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::DIAMOND_LEGGINGS, $meta, $count, "Diamond Leggings");
 }
コード例 #3
0
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::CHAIN_LEGGINGS, $meta, $count, "Chain Leggings");
 }
コード例 #4
0
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::IRON_CHESTPLATE, $meta, $count, "Iron Chestplate");
 }
コード例 #5
0
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::DIAMOND_CHESTPLATE, $meta, $count, "Diamond Chestplate");
 }
コード例 #6
0
ファイル: GoldLeggings.php プロジェクト: ecoron/MinionsLandPE
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::GOLD_LEGGINGS, $meta, $count, "Gold Leggings");
 }
コード例 #7
0
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::GOLD_BOOTS, $meta, $count, "Gold Boots");
 }
コード例 #8
0
ファイル: IronLeggings.php プロジェクト: MunkySkunk/BukkitPE
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::IRON_LEGGINGS, $meta, $count, "Iron Leggings");
 }
コード例 #9
0
ファイル: LeatherPants.php プロジェクト: TexusDark/Ananas-MP
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::LEATHER_PANTS, $meta, $count, "Leather Pants");
 }
コード例 #10
0
ファイル: IronBoots.php プロジェクト: ClearSkyTeam/ClearSky
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::IRON_BOOTS, $meta, $count, "Iron Boots");
 }
コード例 #11
0
ファイル: GoldHelmet.php プロジェクト: gitter-badger/BukkitPE
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::GOLD_HELMET, $meta, $count, "Gold Helmet");
 }
コード例 #12
0
ファイル: LeatherCap.php プロジェクト: iTXTech/Genisys
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::LEATHER_CAP, $meta, $count, "Leather Cap");
 }
コード例 #13
0
ファイル: LeatherTunic.php プロジェクト: robozeri/Yuriko-MP
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::LEATHER_TUNIC, $meta, $count, "Leather Tunic");
 }
コード例 #14
0
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::DIAMOND_HELMET, $meta, $count, "Diamond Helmet");
 }
コード例 #15
0
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::GOLD_CHESTPLATE, $meta, $count, "Gold Chestplate");
 }
コード例 #16
0
ファイル: ChainHelmet.php プロジェクト: iTXTech/Genisys
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::CHAIN_HELMET, $meta, $count, "Chainmail Helmet");
 }
コード例 #17
0
ファイル: IronHelmet.php プロジェクト: xpyctum/Genisys
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::IRON_HELMET, $meta, $count, "Iron Helmet");
 }
コード例 #18
0
ファイル: ChainBoots.php プロジェクト: robozeri/Yuriko-MP
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::CHAIN_BOOTS, $meta, $count, "Chainmail Boots");
 }