pocketmine\inventory\FloatingInventory::__construct PHP Method

__construct() public method

public __construct ( pocketmine\inventory\InventoryHolder $holder )
$holder pocketmine\inventory\InventoryHolder
    public function __construct(InventoryHolder $holder)
    {
        parent::__construct($holder, InventoryType::get(InventoryType::PLAYER_FLOATING));
    }
FloatingInventory