コード例 #1
0
 public function __construct(BrewingStand $tile)
 {
     parent::__construct($tile, InventoryType::get(InventoryType::BREWING_STAND));
 }
コード例 #2
0
 public function __construct(Position $pos)
 {
     parent::__construct(new FakeBlockMenu($this, $pos), InventoryType::get(InventoryType::ENCHANT_TABLE));
 }
コード例 #3
0
 public function __construct(Chest $tile)
 {
     parent::__construct($tile, InventoryType::get(InventoryType::CHEST));
 }
コード例 #4
0
 public function __construct(Furnace $tile)
 {
     parent::__construct($tile, InventoryType::get(InventoryType::FURNACE));
 }