コード例 #1
0
ファイル: EnchantInventory.php プロジェクト: iTXTech/Genisys
 public function __construct(Position $pos)
 {
     parent::__construct(new FakeBlockMenu($this, $pos), InventoryType::get(InventoryType::ENCHANT_TABLE));
 }