예제 #1
0
파일: Egg.php 프로젝트: MunkySkunk/BukkitPE
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::EGG, $meta, $count, "Egg");
 }
예제 #2
0
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::SNOWBALL, 0, $count, "Snowball");
 }
예제 #3
0
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::SPLASH_POTION, $meta, $count, $this->getNameByMeta($meta));
 }
예제 #4
0
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::EXP_BOTTLE, $meta, $count, "Bottle o' Enchanting");
 }
예제 #5
0
 public function __construct($meta = 0, $count = 1)
 {
     parent::__construct(self::ENDERPEARL, 0, $count, "Ender Pearl");
 }