pocketmine\inventory\BrewingInventory::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( BrewingStand $tile )
$tile pocketmine\tile\BrewingStand
    public function __construct(BrewingStand $tile)
    {
        parent::__construct($tile, InventoryType::get(InventoryType::BREWING_STAND));
    }